-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.21 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "ali-mts",
"version": "0.0.1",
"description": "aliyun mts sdk",
"main": "index.js",
"scripts": {
"test": "mocha --harmony --reporter spec --timeout 10000 --require co-mocha test/*.test.js"
},
"config": {
"cov": {
"threshold": 90
}
},
"dependencies": {
"co-urllib": "~0.2.3",
"copy-to": "~2.0.1",
"debug": "~2.1.3",
"is-type-of": "~0.3.1",
"merge-descriptors": "~1.0.0",
"uuid": "~2.0.1"
},
"devDependencies": {
"ali-contributors": "*",
"ali.regenerator": "*",
"alicov": ">=0.2.1",
"autod": "*",
"co-mocha": "*",
"contentstream": "~0.0.1",
"istanbul-harmony": "*",
"mm": "~0.2.1",
"mocha": "*",
"pedding": "~1.0.0",
"should": "~4.0.4",
"totoro": "*"
},
"homepage": "https://github.com/ali-sdk/ali-mts",
"repository": {
"type": "git",
"url": "https://github.com/ali-sdk/ali-mts"
},
"bugs": {
"url": "https://github.com/ali-sdk/ali-mts/issues",
"email": "[email protected]"
},
"keywords": [
"mts",
"aliyun",
"sdk",
"node"
],
"engines": {
"node": ">= 0.11.15"
},
"author": "宗羽 <[email protected]> (https://gxcsoccer.github.com)",
"license": "MIT"
}