-
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) · 763 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 763 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": "shopsy",
"version": "0.0.0",
"private": true,
"author": "Daniel Khan <daniel@khan.io>",
"scripts": {
"start": "node ./server/bin/www | ./node_modules/bunyan/bin/bunyan"
},
"dependencies": {
"bcrypt": "^4.0.1",
"body-parser": "^1.19.0",
"bunyan": "^1.8.12",
"connect-redis": "^4.0.4",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"dtrace-provider": "^0.8.8",
"express": "^4.17.1",
"express-session": "^1.15.6",
"mongodb": "^3.5.6",
"mongoose": "^5.9.10",
"mysql2": "^2.1.0",
"pug": "^2.0.4",
"redis": "^3.0.2",
"sequelize": "^5.21.7"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-airbnb-base": "^12.0.1",
"eslint-plugin-import": "^2.7.0"
}
}