-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.42 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "workspace",
"version": "1.0.0",
"description": "voting app",
"main": "app.js",
"dependencies": {
"bcryptjs": "^0.7.12",
"express-handlebars": "^1.1.0",
"async": "^0.2.10",
"body-parser": "^1.15.2",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"debug": "^2.2.0",
"dotenv": "^2.0.0",
"ejs": "^2.5.2",
"express": "^4.14.0",
"express-session": "*",
"jade": "^1.11.0",
"jquery": "^3.1.1",
"jsdom": "^9.6.0",
"mongodb": "*",
"mongoose": "^4.6.1",
"morgan": "^1.7.0",
"serve-favicon": "^2.3.0",
"socket.io": "^0.9.17",
"method-override": "^2.2.0",
"orchestrate": "^0.3.11",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"passport-google": "^0.3.0",
"passport-google-oauth" : "~0.1.5",
"connect-flash" : "~0.1.1",
"bcrypt-nodejs" : "latest",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.2",
"q": "^1.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kire73/darthvoter.git"
},
"keywords": [
"FCC",
"full-stack",
"backend",
"projects"
],
"author": "kire73",
"license": "ISC",
"bugs": {
"url": "https://github.com/kire73/darthvoter/issues"
},
"homepage": "https://github.com/kire73/darthvoter#readme"
}