-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.04 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": "academy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node bin/www | bunyan",
"test": "npx mocha --exit --recursive test/"
},
"author": "",
"license": "ISC",
"dependencies": {
"apicache": "^1.2.3",
"bcrypt": "^3.0.2",
"body-parser": "^1.18.3",
"bunyan": "^1.8.12",
"compression": "^1.7.3",
"connect-mongo": "^2.0.3",
"cookie-parser": "^1.4.3",
"dotenv": "^6.1.0",
"email-validator": "^2.0.4",
"express": "^4.16.4",
"express-session": "^1.15.6",
"helmet": "^3.15.0",
"http-errors": "^1.7.1",
"mongodb": "^3.1.10",
"mongoose": "^5.3.14",
"multer": "^1.4.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pug": "^2.0.3",
"sharp": "^0.21.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-http": "^4.2.0",
"eslint": "^5.9.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"mocha": "^5.2.0"
}
}