Files
nodejs-fm/package.json
Christopher Rose aa46296f53 Switch to GET, fix forms
GET is much more better than using blobs
2019-05-25 13:37:19 +05:30

35 lines
822 B
JSON

{
"name": "nodejs-fm",
"version": "1.0.0",
"description": "Barebones file manager for a remote location",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "mocha test.js --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrisvrose/nodejs-fm.git"
},
"keywords": [
"file-manager",
"file-viewer"
],
"author": "Christopher Rose",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrisvrose/nodejs-fm/issues"
},
"homepage": "https://github.com/chrisvrose/nodejs-fm#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.8.2",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"connect-busboy": "0.0.2",
"express": "^4.17.0",
"jquery": "^3.4.1",
"mocha": "^6.1.4"
}
}