-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.11 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "hardeedata",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "DEBUG=app,app:* nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ezekiel Hammond (EzekielJ Web Development Services)",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"bootstrap": "^3.3.7",
"chalk": "^2.4.1",
"check-disk-space": "^1.5.0",
"cookie-parser": "^1.4.3",
"debug": "^4.1.0",
"ejs": "^3.1.8",
"express": "^4.16.4",
"express-session": "^1.15.6",
"jquery": "^3.3.1",
"mongodb": "^3.1.9",
"morgan": "^1.9.1",
"node-diskfree": "^0.1.0",
"node-diskmanager": "^1.0.4",
"node-smartctl": "^1.0.3",
"nodejs-disks": "^0.2.1",
"nodemon": "^2.0.16",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"shelljs": "^0.8.3",
"socket.io": "^4.5.1"
},
"nodemonConfig": {
"restartable": "rs",
"ignore": [
"node_modules/**/node_modules"
],
"delay": "2500",
"env": {
"NODE_ENV": "development",
"PORT": 8080
}
}
}