-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 931 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
40
41
{
"name": "whoami",
"version": "0.0.1",
"description": "Who am I guessing game",
"main": "app.js",
"scripts": {
"start": "node ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CaffeineProcessorsUnited/whoami.git"
},
"keywords": [
"game",
"guess",
"who",
"am",
"i",
"zettel",
"brett",
"kopf"
],
"author": "CaffeineProcessorsUnited",
"license": "",
"bugs": {
"url": "https://github.com/CaffeineProcessorsUnited/whoami/issues"
},
"homepage": "https://github.com/CaffeineProcessorsUnited/whoami#readme",
"dependencies": {
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"crypto": "0.0.3",
"debug": "~2.2.0",
"express": "~4.13.4",
"express-slash": "^2.0.1",
"jade": "~1.11.0",
"morgan": "~1.7.0",
"serve-favicon": "~2.3.0"
}
}