-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 902 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 902 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
{
"name": "pollme",
"version": "1.0.0",
"description": "This is the group project for CS 546 Web Programming I\nGroup Members: Patrick Hill Yasuo Kobayashi Haoyang Li Seito Ryu Jason Sarwar",
"main": "app.js",
"scripts": {
"seed": "node ./tasks/seed.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"express-session": "^1.14.2",
"handlebars": "^4.0.5",
"mongodb": "^2.2.11",
"node-uuid": "^1.4.7",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"req-flash": "0.0.3",
"request": "^2.78.0",
"request-promise": "^4.1.1",
"uuid": "^2.0.3",
"xss": "^0.3.2"
}
}