-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 822 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "filehosting",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"body-parser": "^1.18.2",
"decimal.js": "^10.1.1",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-fileupload": "^0.3.0",
"file-downloader": "^2.1.0",
"morgan": "^1.9.0",
"nodemon": "^1.12.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blessed-tawanda/homefileserver.git"
},
"keywords": [],
"author": "Blessed Tawanda Mahuni",
"license": "ISC",
"bugs": {
"url": "https://github.com/blessed-tawanda/homefileserver/issues"
},
"homepage": "https://github.com/blessed-tawanda/homefileserver#readme"
}