-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 893 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 893 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
33
34
35
36
{
"name": "planit",
"version": "1.0.0",
"description": "collaborative social planning app",
"main": "index.js",
"scripts": {
"start": "nodemon server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/djoj/planit.git"
},
"author": "Oliver Wang, Dianne Le, Justin Biele, Jongsoo Yoon",
"license": "ISC",
"bugs": {
"url": "https://github.com/djoj/planit/issues"
},
"homepage": "https://github.com/djoj/planit#readme",
"dependencies": {
"body-parser": "^1.15.2",
"cors": "^2.8.1",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"morgan": "^1.7.0",
"mysql": "^2.11.1",
"nodemon": "^1.11.0",
"path": "^0.12.7",
"pg": "^6.1.0",
"pg-hstore": "^2.3.2",
"randomstring": "^1.1.5",
"request": "^2.75.0",
"request-promise": "^4.1.1",
"sequelize": "^3.24.3",
"yelp": "^1.0.1"
}
}