forked from dungeon-revealer/dungeon-revealer
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
33 lines (33 loc) · 830 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
{
"name": "dungeon-revealer",
"version": "0.0.1",
"scripts": {
"start": "node ./bin/dungeon-revealer"
},
"dependencies": {
"body-parser": "~1.8.1",
"connect-busboy": "0.0.2",
"cookie-parser": "~1.3.3",
"cookie-session": "^1.1.0",
"debug": "~2.0.0",
"express": "~4.9.0",
"jade": "~1.6.0",
"morgan": "~1.3.0",
"serve-favicon": "~2.1.3",
"socket.io": "^1.2.1",
"http-auth": "3.1.2"
},
"description": "dungeon-revealer ================",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/apclary/dungeon-revealer.git"
},
"author": "apclary",
"license": "ISC",
"bugs": {
"url": "https://github.com/apclary/dungeon-revealer/issues"
},
"homepage": "https://github.com/apclary/dungeon-revealer"
}