-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 851 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 851 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
{
"name": "301_final_project",
"version": "1.0.0",
"description": "App to connect pet-lovers with local Seattle events",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MeetPup/301_final_project.git"
},
"keywords": [
"meetpup",
"meetup",
"google",
"maps",
"api",
"301",
"final",
"project"
],
"author": "Abigail White, Kaylee Alvarado, David Teddy, Robert Hatfield",
"license": "MIT",
"bugs": {
"url": "https://github.com/MeetPup/301_final_project/issues"
},
"homepage": "https://github.com/MeetPup/301_final_project#readme",
"dependencies": {
"express": "^4.14.1",
"express-request-proxy": "^2.0.0",
"page": "^1.7.1"
}
}