1
0
Fork 0
file-manager/package.json

27 lines
612 B
JSON
Raw Normal View History

2016-10-09 13:17:00 +08:00
{
2016-10-09 13:19:28 +08:00
"name": "file-manager",
2016-10-09 13:17:00 +08:00
"description": "A simple file manager",
2016-12-02 02:01:31 +08:00
"version": "0.0.7a",
2016-10-09 13:19:28 +08:00
"bin": {
"file-manager": "./index.js"
},
2016-10-09 13:17:00 +08:00
"dependencies": {
2018-03-12 19:17:47 +08:00
"archiver": "^2.1.1",
"body-parser": "^1.18.2",
2018-02-15 00:31:29 +08:00
"bootstrap": "^4.0.0",
2018-03-12 19:17:47 +08:00
"connect-busboy": "^0.0.2",
2016-10-09 13:17:00 +08:00
"connect-flash": "^0.1.1",
2018-03-12 19:17:47 +08:00
"express": "^4.16.2",
2016-10-09 13:17:00 +08:00
"express-handlebars": "^3.0.0",
2018-03-12 19:17:47 +08:00
"express-session": "^1.15.6",
"filesize": "^3.6.0",
"jquery": "^3.3.1",
2018-12-02 13:00:47 +08:00
"node-pty": "^0.7.8",
2016-10-09 13:17:00 +08:00
"notp": "^2.0.3",
2018-03-12 19:17:47 +08:00
"octicons": "^6.0.1",
2018-04-02 21:45:04 +08:00
"rimraf": "^2.6.2",
2018-03-11 23:15:39 +08:00
"socket.io": "^2.0.4",
2016-10-09 13:17:00 +08:00
"thirty-two": "^1.0.2"
}
}