-
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": "biashara-node",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "nodemon app.js",
"test": "mocha",
"lint": "eslint . --fix"
},
"dependencies": {
"body-parser": "^1.18.2",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-http": "^4.2.0",
"cookie-parser": "~1.4.3",
"crypto": "^1.0.1",
"dateformat": "^3.0.3",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.0",
"find": "^0.2.9",
"fs": "0.0.1-security",
"glob": "^7.1.2",
"globe": "^0.3.0",
"http-errors": "~1.6.2",
"jade": "~1.11.0",
"jsonwebtoken": "^9.0.0",
"mongodb": "^3.6.2",
"mongoose": "^5.13.20",
"morgan": "^1.9.1",
"multer": "^1.3.0",
"nodemon": "^2.0.4",
"path": "^0.12.7",
"readfiles": "^1.0.0",
"rimraf": "^2.6.2",
"supertest": "^3.2.0",
"winston": "^3.2.1"
},
"devDependencies": {
"eslint": "^5.15.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
}
}