-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.05 KB
/
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
42
43
44
45
46
47
{
"name": "play-mume",
"version": "2.7.0",
"description": "Modern web client for MUME using DecafMUD",
"main": "errorhandler.js",
"scripts": {
"test": "npm run lint -- --fix",
"tsc": "tsc -p tsconfig.json",
"lint": "tslint .",
"start": "node server.js"
},
"dependencies": {
"requirejs": "^2.3.5",
"jquery-deferred": "^0.3.1",
"pixi.js": "^4.5.5",
"jquery": "^3.2.1",
"jquery-throttle-debounce": "^1.0.0",
"spark-md5": "^3.0.0",
"split.js": "^1.3.5",
"express": "latest"
},
"devDependencies": {
"@types/pixi.js": "v4.5.5",
"@types/jquery": "^3.2.1",
"tslint": "^6.1.3",
"typescript": "^2.6.2"
},
"engines": {
"node": ">=8.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MUME/play-mume.git"
},
"keywords": [
"mume",
"mud",
"decafmud",
"mapper"
],
"author": "waba4mume",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/MUME/play-mume/issues"
},
"homepage": "https://github.com/MUME/play-mume#readme"
}