-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.48 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
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "sfs",
"version": "0.1.0",
"description": "Simple file store service",
"main": "index.js",
"scripts": {
"test": "make test-all"
},
"config": {
"blanket": {
"pattern": "//^((?!(node_modules|test|common)).)*$/",
"data-cover-flags": {
"debug": false
}
},
"travis-cov": {
"threshold": 80
}
},
"dependencies": {
"address": "0.0.3",
"body-parser": "1.0.0",
"connect": "2.12.0",
"connect-multiparty": "1.0.1",
"debug": "0.7.4",
"eventproxy": "0.2.6",
"finished": "1.1.1",
"formstream": "0.0.8",
"graceful": "0.0.5",
"logfilestream": "0.1.0",
"mkdirp": "0.3.5",
"moment": "2.5.0",
"ms": "0.6.2",
"response-patch": "0.1.1",
"urllib": "0.5.5",
"urlrouter": "0.5.4"
},
"devDependencies": {
"autod": "*",
"blanket": "*",
"clone": "0.1.11",
"contributors": "*",
"cov": "*",
"coveralls": "*",
"mocha": "*",
"mocha-lcov-reporter": "*",
"should": "2.1.1",
"supertest": "0.8.3",
"travis-cov": "*"
},
"homepage": "https://github.com/cnpm/sfs",
"repository": {
"type": "git",
"url": "git://github.com/cnpm/sfs.git",
"web": "https://github.com/cnpm/sfs"
},
"bugs": {
"url": "https://github.com/cnpm/sfs/issues",
"email": "[email protected]"
},
"keywords": [
"sfs"
],
"engines": {
"node": ">= 0.10.0"
},
"author": "fengmk2 <[email protected]> (http://fengmk2.github.com)",
"license": "MIT"
}