forked from efeiefei/node-file-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.16 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
{
"name": "node-file-manager",
"version": "0.4.6",
"description": "File manager web based on Koa and Angular.js",
"main": "index.js",
"scripts": {
"start": "node --harmony ./lib/index.js"
},
"bin": {
"node-file-manager": "../node-file-manager/bin/node-file-manager.sh"
},
"dependencies": {
"co": "^4.6.0",
"co-busboy": "1.3.1",
"co-from-stream": "0.0.0",
"co-fs": "^1.2.0",
"co-fs-extra": "^1.1.0",
"co-views": "^2.1.0",
"ejs": "^2.3.4",
"jszip": "^3.1.3",
"koa": "^1.0.0",
"koa-bodyparser": "^2.0.1",
"koa-morgan": "^0.3.0",
"koa-mount": "^1.3.0",
"koa-router": "^5.1.2",
"koa-static": "^1.4.9",
"optimist": "^0.6.1",
"tracer": "^0.8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/efeiefei/node-file-manager.git"
},
"keywords": [
"files",
"manager",
"koa",
"angular",
"web",
"server"
],
"author": {
"name": "efei",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/efeiefei/node-file-manager/issues"
},
"homepage": "https://github.com/efeiefei/node-file-manager#readme"
}