-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.15 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": "sfs-client",
"version": "0.1.0",
"description": "sfs client",
"main": "index.js",
"scripts": {
"test": "make test-all"
},
"config": {
"blanket": {
"pattern": "sfs-client/lib",
"data-cover-flags": {
"debug": false
}
},
"travis-cov": {
"threshold": 85
}
},
"dependencies": {
"debug": "0.7.4",
"formstream": "0.0.8",
"thunkify-wrap": "0.0.5",
"urllib": "0.5.6"
},
"devDependencies": {
"autod": "*",
"blanket": "*",
"contributors": "*",
"cov": "*",
"coveralls": "*",
"mocha": "*",
"mocha-lcov-reporter": "*",
"sfs": "0.1.0",
"should": "3.1.3",
"travis-cov": "*"
},
"homepage": "https://github.com/cnpm/sfs-client",
"repository": {
"type": "git",
"url": "git://github.com/cnpm/sfs-client.git",
"web": "https://github.com/cnpm/sfs-client"
},
"bugs": {
"url": "https://github.com/cnpm/sfs-client/issues",
"email": "fengmk2@gmail.com"
},
"keywords": [
"sfs-client"
],
"engines": {
"node": ">= 0.10.0"
},
"author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)",
"license": "MIT"
}