forked from whbrown/Art-Quest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1008 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
{
"name": "art-quest",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node --http-parser=legacy ./bin/www",
"dev": "DEBUG=art-quest:* nodemon --http-parser=legacy ./bin/www",
"dev-windows": "nodemon --http-parser=legacy ./bin/www"
},
"dependencies": {
"axios": "^0.19.0",
"bcrypt": "^3.0.0",
"body-parser": "^1.18.3",
"cheerio": "^1.0.0-rc.3",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"csvtojson": "^2.0.10",
"debug": "^4.1.1",
"dotenv": "^6.0.0",
"event-stream": "^4.0.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"hbs": "^4.0.1",
"http-parser-js": "^0.5.2",
"mongoose": "^5.2.10",
"morgan": "^1.9.0",
"node-sass-middleware": "^0.11.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"request": "^2.88.0",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"nodemon": "^1.12.1"
}
}