1
0
Fork 0
file-manager/package.json

30 lines
699 B
JSON

{
"name": "file-manager",
"description": "A simple file manager",
"version": "0.0.7a",
"bin": {
"file-manager": "./index.js"
},
"dependencies": {
"archiver": "^5.3.0",
"body-parser": "^1.19.0",
"bootstrap": "^5.0.0",
"connect-busboy": "^0.0.2",
"connect-flash": "^0.1.1",
"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",
"notp": "^2.0.3",
"octicons": "^8.5.0",
"rimraf": "^3.0.2",
"thirty-two": "^1.0.2",
"ws": "^7.4.6",
"xterm": "^4.11.0",
"xterm-addon-attach": "^0.6.0",
"xterm-addon-fit": "^0.5.0"
}
}