-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 764 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "tuling123-client",
"version": "0.0.3",
"description": "```shell npm install tuling123-client ``` ## Getting Started",
"main": "./index.js",
"scripts": {
"lint": "node_modules/.bin/coffeelint index.coffee",
"prepublish": "npm run lint && node_modules/.bin/coffee -c index.coffee"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sqlwwx/tuling123-client.git"
},
"author": "sqlwwx <wwx_2012@live.com> (http://wiki.lab.wuweixing.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sqlwwx/tuling123-client/issues"
},
"homepage": "https://github.com/sqlwwx/tuling123-client#readme",
"devDependencies": {
"coffeelint": "^2.1.0"
},
"dependencies": {
"axios": "^0.18.0"
}
}