-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·39 lines (39 loc) · 955 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
33
34
35
36
37
38
39
{
"name": "muber",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node serveur.js",
"app": "nodemon app.js",
"server": "nodemon server.js -e js,hbs",
"test": "export NODE_ENV=test || SET \"NODE_ENV=test\" && mocha tests/*.test.js",
"test2watch": "nodemon --exec \"npm test\"",
"appmongo": "nodemon serveur.js"
},
"engines": {
"node": "8.1.3"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.16.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.2",
"crypto-js": "^3.1.9-1",
"expect": "^1.20.2",
"express": "^4.15.3",
"hbs": "^4.0.1",
"jsonwebtoken": "^7.4.3",
"lodash": "^4.17.4",
"mocha": "^3.5.0",
"mongodb": "^2.2.31",
"mongoose": "^4.11.6",
"node-fetch": "^1.7.2",
"nodemon": "^1.11.0",
"request": "^2.81.0",
"supertest": "^3.0.0",
"validator": "^8.0.0",
"yargs": "^4.7.1"
}
}