-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
48 lines (48 loc) · 1.03 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
{
"name": "rest-fs",
"version": "0.1.11",
"description": "restful fileserver",
"main": "fileserver.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "lab -v -c -t 97",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/anandkumarpatel/rest-fs.git"
},
"keywords": [
"rest-fs",
"fileserver"
],
"author": "Anandkumar Patel",
"license": "MIT",
"bugs": {
"url": "https://github.com/anandkumarpatel/rest-fs/issues"
},
"homepage": "https://github.com/anandkumarpatel/rest-fs",
"dependencies": {
"body-parser": "1.5.2",
"dat-middleware": "^1.8.1",
"debug": "^1.0.4",
"express": "4.7.3",
"express-domain-middleware": "^0.1.0",
"findit": "^1.2.0",
"middleware-flow": "^0.5.1",
"mime": "^1.2.11",
"morgan": "^1.2.3",
"mv": "^2.0.0",
"request": "^2.40.0",
"rimraf": "^2.2.8"
},
"devDependencies": {
"async": "*",
"lab": "^4.7.0",
"lodash": "*",
"supertest": "*",
"walkdir": "*"
}
}