1
0
Fork 0
file-manager/package.json

29 lines
655 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",
"bootstrap": "^4.3.1",
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.5.0",
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",
"socket.io": "^2.4.0",
2018-12-08 21:58:09 +08:00
"thirty-two": "^1.0.2",
"ws": "^6.1.2",
"xterm": "^3.8.1"
2016-10-09 13:17:00 +08:00
}
}