forked from am18/project411
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "project411",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.2",
"bootstrap": "^3.3.6",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "^4.13.4",
"express-session": "^1.13.0",
"font-awesome": "^4.5.0",
"jade": "~1.11.0",
"mongoose": "^4.4.9",
"morgan": "~1.6.1",
"node-sass-middleware": "0.8.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
"request": "^2.69.0",
"serve-favicon": "~2.3.0"
},
"description": "CS411 Team Project on creating a web application called BeerBuddy. Team members: Sanam Patel, Iris Beharaj, Joseph Tierney, Ayusha Mittal, Yizhi Huang",
"main": "app.js",
"directories": {
"doc": "docs"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/am18/project411.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/am18/project411/issues"
},
"homepage": "https://github.com/am18/project411#readme"
}