-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 900 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 900 Bytes
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
42
43
44
{
"name": "es2-webmud",
"version": "0.9.8",
"description": "WebMUD with ES2 mudlib",
"bin": {
"webmud": "./webmud/main.js"
},
"scripts": {
"start": "node ./webmud/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mudchina/es2-webmud.git"
},
"keywords": [
"telnet",
"webtelnet",
"proxy",
"mud",
"es2",
"mudlib",
"webmud"
],
"author": {
"name": "Raymond Xie",
"email": "rjfun.mobile@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mudchina/es2-webmud/issues"
},
"homepage": "https://github.com/mudchina/es2-webmud#README.md",
"dependencies": {
"express": "^4.13.4",
"minimist": "^1.2.0",
"mixin-pro": "^0.6.6",
"socket.io": "^1.4.4",
"underscore": "^1.8.3",
"webrpc.js": "^0.9.7",
"webtelnet": "^1.0.1"
},
"devDependencies": {
}
}