1
0
Fork 0
file-manager/package.json

30 lines
699 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": {
2021-05-07 17:52:28 +08:00
"archiver": "^5.3.0",
"body-parser": "^1.19.0",
"bootstrap": "^4.6.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",
2021-05-07 17:52:28 +08:00
"express": "^4.17.1",
"express-handlebars": "^5.3.2",
"express-session": "^1.17.1",
"filesize": "^6.3.0",
"jquery": "^3.6.0",
"node-pty": "^0.10.1",
2016-10-09 13:17:00 +08:00
"notp": "^2.0.3",
2021-05-07 17:52:28 +08:00
"octicons": "^8.5.0",
"rimraf": "^3.0.2",
2018-12-08 21:58:09 +08:00
"thirty-two": "^1.0.2",
2021-05-07 17:52:28 +08:00
"ws": "^7.4.5",
"xterm": "^4.11.0",
"xterm-addon-attach": "^0.6.0",
"xterm-addon-fit": "^0.5.0"
2016-10-09 13:17:00 +08:00
}
}