forked from Bricegnanago/N-gboador
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 750 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 750 Bytes
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
{
"name": "ngboador",
"version": "1.0.0",
"description": "The network of Familly Ngboador",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^3.0.2",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"ent": "^2.2.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"express-validator": "^5.3.0",
"jimp": "^0.6.0",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"nodemailer": "^4.7.0",
"nodemon": "^1.18.7",
"promise-mysql": "^3.3.1",
"push.js": "^1.0.9",
"socket.io": "^2.2.0",
"twig": "^1.12.0",
"twilio": "^3.24.0"
}
}