-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 795 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 795 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": "mywebapp",
"version": "0.0.1",
"author": "Alex Yang, Brian Soe, Purvi Desai",
"description": "Assignment 1 for COGS 121",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"async": "^0.9.0",
"body-parser": "1.12.2",
"bootstrap": "^3.3.4",
"cookie-parser": "1.3.4",
"dotenv": "1.1.0",
"express": "4.12.3",
"express-handlebars": "1.2.2",
"express-session": "1.10.4",
"fbgraph": "^0.3.0",
"instagram-node-lib": "^0.1.1",
"mongoose": "^4.0.1",
"mongoose-findorcreate": "^0.1.2",
"passport": "0.2.1",
"passport-facebook": "^2.0.0",
"passport-instagram": "0.1.2",
"passport-soundcloud": "^0.1.2",
"soundcloud-node": "0.0.10",
"twitter": "^1.2.5"
},
"engines": {
"node": "0.10.x"
}
}