-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 950 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 950 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
32
33
34
35
36
37
38
39
40
41
{
"name": "interpoll",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.1",
"materialize-css": "^0.98.2",
"chart.js": "^2.6.0",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.6",
"express": "^4.15.2",
"express-flash": "0.0.2",
"express-session": "^1.15.2",
"formBuilder": "^2.1.2",
"install": "^0.10.1",
"jquery": "^3.2.1",
"jqueryui": "^1.11.1",
"jsdom": "^10.1.0",
"lodash": "^4.17.4",
"method-override": "^2.3.8",
"morgan": "^1.8.1",
"multer": "^1.3.0",
"npm": "^5.0.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg": "^6.1.2",
"qrcode": "^0.8.2",
"sequelize": "^3.30.4",
"serve-favicon": "^2.4.2",
"socket.io": "^1.7.3",
"tinyurl": "^1.1.2"
},
"devDependencies": {
"nodemon": "^1.11.0",
"sqlite3": "^3.1.8"
}
}