-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.25 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
48
49
50
51
52
53
54
{
"name": "upring-control",
"version": "0.1.4",
"description": "control panel for upring",
"main": "index.js",
"bin": {
"upring-control": "./bin.js"
},
"scripts": {
"test": "standard | snazzy",
"start": "./bin.js | pino"
},
"precommit": "test",
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/upring-control.git"
},
"keywords": [
"upring",
"control",
"ui",
"hashring"
],
"author": "Matteo Collina <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcollina/upring-control/issues"
},
"homepage": "https://github.com/mcollina/upring-control#readme",
"dependencies": {
"bankai": "^3.3.1",
"browserify": "^14.0.0",
"bufferutil": "^1.2.1",
"complementary-colors": "^1.0.2",
"d3": "^4.3.0",
"d3-scale-chromatic": "^1.1.0",
"minimist": "^1.2.0",
"normalize.css": "^5.0.0",
"pino": "^4.0.0",
"pino-http": "^2.0.0",
"serve-static": "^1.11.1",
"upring": "^0.14.0",
"utf-8-validate": "^1.2.1",
"winresize-event": "^0.2.1",
"ws": "^1.1.1",
"xhr": "^2.2.2",
"yo-yo": "^1.3.1"
},
"devDependencies": {
"pre-commit": "^1.1.3",
"snazzy": "^6.0.0",
"standard": "^9.0.0"
}
}