-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
30 lines (30 loc) · 851 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
{
"name": "Heavy-Petting",
"version": "1.0.0",
"description": "An app that allows you to peruse pets for adoption and save your favorites",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pmookerjee/Heavy-Petting.git"
},
"keywords": [],
"author": "Paula Mookerjee, James Billard, Sidney Gordon",
"license": "ISC",
"bugs": {
"url": "https://github.com/Pmookerjee/Heavy-Petting/issues"
},
"homepage": "https://github.com/Pmookerjee/Heavy-Petting#readme",
"dependencies": {
"body-parser": "^1.17.1",
"express": "^4.15.2",
"express-request-proxy": "^2.0.0",
"live-server": "^1.2.0",
"page": "^1.7.1",
"pg": "^6.1.5",
"superagent": "^3.5.2"
}
}