1
0
Fork 0
file-manager/package.json

26 lines
585 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": {
"archiver": "^1.1.0",
"body-parser": "^1.15.2",
2018-02-15 00:31:29 +08:00
"bootstrap": "^4.0.0",
2016-10-09 13:17:00 +08:00
"connect-busboy": "0.0.2",
"connect-flash": "^0.1.1",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"express-session": "^1.14.1",
"filesize": "^3.3.0",
"jquery": "^3.1.1",
"notp": "^2.0.3",
"octicons": "^4.4.0",
2018-03-11 23:15:39 +08:00
"pty.js": "^0.3.1",
"socket.io": "^2.0.4",
2016-10-09 13:17:00 +08:00
"thirty-two": "^1.0.2"
}
}