-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 923 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
40
{
"name": "boccia",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./app.js",
"dev": "gulp"
},
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"date-utils": "^1.2.21",
"debug": "~2.6.9",
"ejs": "^2.7.1",
"express": "~4.16.1",
"express-session": "^1.17.1",
"express-ws": "^4.0.0",
"flash": "^1.1.0",
"gulp": "^4.0.2",
"gulp-express": "^0.3.5",
"gulp-sass": "^4.0.2",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"ngrok": "^3.2.5",
"node-osc": "^4.1.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"qrcode": "^1.4.1",
"socket.io": "^2.2.0"
},
"devDependencies": {
"eslint": "^6.3.0",
"gulp-autoprefixer": "^7.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-sourcemaps": "^2.6.5"
}
}