-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 908 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": "funfic",
"version": "0.0.1",
"license": "GPL-3.0",
"readme": "./README.md",
"dependencies": {
"mime": "latest",
"notion-node": "0.0.4",
"socket.io": "^1.4.4",
"socket.io-client": "^1.4.8"
},
"devDependencies": {
"mocha": "latest"
},
"description": "A Multi-User Dungeon.",
"keywords": [
"MUD",
"game",
"dungeon",
"RPG",
"dragon",
"orc",
"wizard",
"warrior",
"sword",
"shield",
"armor"
],
"homepage": "http://www.seanmcbeth.com:8080",
"repository": {
"type": "git",
"url": "https://github.com/capnmidnight/philly_mud"
},
"bugs": "https://github.com/capnmidnight/philly_mud/issues",
"author": "Sean T. McBeth <[email protected]> (http://www.seanmcbeth.com)",
"main": "./small-town.js",
"scripts": {
"start": "node server",
"test": "node server --path=. --url=/ --mode=dev"
}
}