-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
52 lines (52 loc) · 1.02 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
{
"name": "node-qiniu",
"version": "6.1.5",
"description": "Qiniu Resource Storage SDK for Node.js",
"main": "index.js",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"test": "make test",
"blanket": {
"pattern": "node-qiniu/lib",
"data-cover-flags": {
"debug": false
}
},
"travis-cov": {
"threshold": 88
}
},
"repository": {
"type": "git",
"url": "https://github.com/iwillwen/node-qiniu.git"
},
"keywords": [
"cloud",
"storage",
"s3",
"qiniu",
"web-service"
],
"author": "iwillwen",
"license": "MIT",
"bugs": {
"url": "https://github.com/iwillwen/node-qiniu/issues"
},
"dependencies": {
"underscore": "~1.5.1",
"request": "~2.27.0",
"q": "~0.9.6",
"dataStream": "0.0.5"
},
"devDependencies": {
"async": "~0.2.9",
"mocha": "~1.6.0",
"should": "~1.2.2",
"doxmate": "*",
"blanket": "*",
"travis-cov": "*"
}
}