-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 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
{
"name": "@saviola777/haxball-headless-manager",
"version": "1.0.4-git",
"description": "Plugin manager for headless HaxBall hosts.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/saviola777/haxball-headless-manager.git"
},
"keywords": [
"HaxBall",
"headless",
"plugin"
],
"author": "Johannes Rückert",
"license": "MIT",
"bugs": {
"url": "https://github.com/saviola777/haxball-headless-manager/issues"
},
"homepage": "https://github.com/saviola777/haxball-headless-manager#readme",
"dependencies": {
"@natlibfi/loglevel-message-prefix": "NatLibFi/loglevel-message-prefix",
"collections": "^5.1.2",
"deep-equal": "^2.0.5",
"haxball-room-trapper": "morko/haxball-room-trapper",
"jquery": "^3.6.0",
"js-function-reflector": "saviola777/js-function-reflector",
"json-stable-stringify": "^1.0.1",
"localforage": "^1.9.0",
"lodash.merge": "^4.6.2",
"loglevel": "^1.7.1",
"rfdc": "^1.3.0",
"toposort": "^2.0.2"
},
"devDependencies": {
"browserify": "^17.0.0",
"foodoc": "^0.0.9",
"jsdoc": "^3.6.6",
"surge": "^0.23.0"
}
}