forked from aliyun/api-gateway-nodejs-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 863 Bytes
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "aliyun-api-gateway",
"version": "1.1.6",
"description": "Aliyun API Gateway Node.js SDK",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test",
"lint": "eslint --fix lib test index.js demo.js",
"prepublishOnly": "babel lib/ -d es5/"
},
"author": "Jackson Tian",
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.23.0",
"debug": "^2.6.0",
"httpx": "^2.1.1",
"uuid": "^3.0.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babel-register": "^6.24.1",
"coveralls": "^2.13.1",
"doxmate": "^0.3.1",
"eslint": "^3.11.1",
"expect.js": "^0.3.1",
"mocha": "^3.2.0",
"nyc": "^11.0.2"
},
"files": [
"lib",
"es5",
"index.js"
]
}