-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 916 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": "hivemind-site",
"version": "1.0.0",
"description": "Website for the Rhodes University Humans vs. Zombies system. Powered by Firebase and AngularJS and based off of the system created by the students of the University of Chicago \\([Github](https://github.com/kz26/uchicago-hvz)\\).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RhodesHvZ/hivemind-site.git"
},
"keywords": [
"Humans vs. Zombies",
"HvZ"
],
"author": "Greg Linklater & Rhodes HvZ Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/RhodesHvZ/hivemind-site/issues"
},
"homepage": "https://github.com/RhodesHvZ/hivemind-site#readme",
"devDependencies": {
"http-server": "^0.9.0"
},
"dependencies": {
"express": "^4.14.0"
}
}