-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 879 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
{
"name": "clean-beach-please",
"version": "1.0.0",
"description": "non profit organization website for beach cleaning campaign",
"main": "app.js",
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshijai2/Clean-beach-please.git"
},
"author": "Jai Joshi, Abhinaba Mitra, Kushagra Agarwal",
"license": "ISC",
"bugs": {
"url": "https://github.com/joshijai2/Clean-beach-please/issues"
},
"homepage": "https://github.com/joshijai2/Clean-beach-please#readme",
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "^4.17.1",
"mongoose": "^5.7.7",
"morgan": "~1.9.1",
"open": "^7.0.0"
},
"devDependencies": {
"nodemon": "^1.19.4"
}
}