-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1009 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
{
"name": "stargazers",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.2",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"dotenv": "^4.0.0",
"express": "~4.13.1",
"express-session": "^1.13.0",
"hbs": "^3.1.1",
"mongodb": "^2.1.18",
"mongoose": "^4.4.12",
"mongoose-findorcreate": "^0.1.2",
"morgan": "~1.6.1",
"parsleyjs": "^2.3.11",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
"passport-local": "^1.0.0",
"serve-favicon": "^2.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nyu-csci-ua-0480-010-spring-2016/rm3485-final-project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nyu-csci-ua-0480-010-spring-2016/rm3485-final-project/issues"
},
"homepage": "https://github.com/nyu-csci-ua-0480-010-spring-2016/rm3485-final-project#readme"
}