-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"name": "guesty",
"version": "1.0.0",
"description": "guestlist app",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PaulvanMotman/Guesty.git"
},
"author": "Paul, Sven en Gijs",
"license": "MIT",
"bugs": {
"url": "https://github.com/PaulvanMotman/Guesty/issues"
},
"homepage": "https://github.com/PaulvanMotman/Guesty#readme",
"dependencies": {
"bcrypt": "^0.8.7",
"body-parser": "^1.15.2",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.5",
"express": "^4.14.0",
"express-partials": "^0.3.0",
"express-session": "^1.13.0",
"facebook-node-sdk": "^0.2.0",
"jade": "^1.11.0",
"method-override": "^2.3.6",
"morgan": "^1.6.1",
"passport": "^0.3.2",
"passport-facebook": "^2.0.0",
"passport-github2": "^0.1.10",
"passport-local": "^1.0.0",
"pg": "^5.1.0",
"pug": "^2.0.0-beta3",
"sequelize": "^3.23.3",
"util": "^0.10.3"
}
}