-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 740 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 740 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
{
"name": "queue-for-two",
"version": "1.0.0",
"description": "301 Project",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Twandalon/Queue-for-Two.git"
},
"author": "Aaron, Katherine H, Katherine P, Anthony",
"license": "MIT",
"bugs": {
"url": "https://github.com/Twandalon/Queue-for-Two/issues"
},
"homepage": "https://github.com/Twandalon/Queue-for-Two#readme",
"dependencies": {
"body-parser": "^1.17.2",
"express": "^4.15.3",
"express-request-proxy": "^2.0.0",
"fs": "0.0.1-security",
"pg": "^7.0.2",
"superagent": "^3.5.2"
}
}