29 lines
635 B
JSON
29 lines
635 B
JSON
{
|
|
"name": "nodejs-fm",
|
|
"version": "1.0.0",
|
|
"description": "Barebones file manager for a remote location",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node ."
|
|
},
|
|
"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": {
|
|
"body-parser": "^1.19.0",
|
|
"express": "^4.17.0",
|
|
"jquery": "^3.4.1"
|
|
}
|
|
}
|