-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "dnms",
"version": "1.0.0",
"description": "Cross Network Monitoring System",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Muhammad Daimus Suudi",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"change-case": "^4.1.2",
"connect-flash": "^0.1.1",
"connect-mysql": "^4.0.0",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-socket.io-session": "^1.3.5",
"flash": "^1.1.0",
"jsend": "^1.1.0",
"mariadb": "^2.5.3",
"method-override": "^3.0.0",
"mysql2": "^2.2.5",
"net-ping": "^1.2.3",
"net-snmp": "^3.5.2",
"node-routeros": "^1.6.9",
"parse-duration": "^0.4.4",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"ping": "^0.4.0",
"sequelize": "^6.5.0",
"sequelize-cli": "^6.2.0",
"socket.io": "^3.1.2",
"winston": "^3.3.3"
},
"devDependencies": {
"eslint": "^7.20.0"
}
}