-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 871 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
33
34
35
36
37
38
39
{
"name": "zombies",
"version": "1.0.0",
"description": "Protect yourself against Zombies with JavaScript",
"main": "server.js",
"dependencies": {
"express": "~4.1.3",
"mongoose": "~4.1.12"
},
"devDependencies": {
"fs": "0.0.2",
"grunt": "^0.4.5",
"nodemailer": "^1.3.4",
"request": "^2.57.0",
"rolling-spider": "^1.2.0",
"temporal": "^0.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git@github.com:spoonben/zombies.git"
},
"keywords": [
"zombies",
"javascript",
"node",
"johny-five",
"rolling-spider"
],
"author": "Ben Spoon",
"license": "MIT",
"bugs": {
"url": "https://github.com/spoonben/zombies/issues"
},
"homepage": "https://github.com/spoonben/zombies"
}