-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.53 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
55
56
57
58
59
60
61
62
{
"name": "@gotglint/glint-cluster",
"version": "0.0.9",
"description": "Glint Cluster",
"author": "Michael Laccetti <michael@laccetti.com> (https://laccetti.com)",
"homepage": "https://github.com/gotglint/glint-cluster/",
"repository": {
"type": "git",
"url": "https://github.com/gotglint/glint-cluster.git"
},
"bugs": {
"url": "https://github.com/gotglint/glint-cluster/issues"
},
"license": "GPL-3.0",
"scripts": {
"build": "$(which gulp)",
"watch": "$(which gulp) watch",
"debug": "node debug $(which gulp) test:no-coverage",
"debug-remote": "node --debug-brk=5858 $(which gulp) test:no-coverage",
"docs": "$(which gulp) docs"
},
"files": [
"run",
"LICENSE",
"README.md",
"src"
],
"bin": {
"glint": "run"
},
"dependencies": {
"@gotglint/glint-client": "0.0.8",
"binary-pack": "1.0.2",
"bluebird": "3.4.3",
"bufferutil": "1.2.1",
"colors": "1.1.2",
"commander": "2.9.0",
"intel": "1.1.1",
"lodash": "4.15.0",
"node-uuid": "1.4.7",
"object-sizeof": "^1.1.0",
"primus": "6.0.2",
"statsd-client": "^0.2.2",
"utf-8-validate": "1.2.1",
"uws": "0.8.0",
"ws": "1.1.1"
},
"devDependencies": {
"chai": "3.5.0",
"chai-as-promised": "5.3.0",
"child_process": "1.0.2",
"del": "2.2.2",
"gulp": "3.9.1",
"gulp-eslint": "3.0.1",
"gulp-istanbul": "1.1.1",
"gulp-mocha": "3.0.1",
"gulp-nodemon": "2.1.0",
"mocha": "3.0.2",
"mr-doc-theme-glint": "0.0.2",
"run-sequence": "1.2.2"
}
}