-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.3 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.3 KB
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
{
"name": "@gotglint/glint-client",
"version": "0.0.8",
"description": "Glint Client Library",
"author": "Michael Laccetti <michael@laccetti.com> (https://laccetti.com)",
"homepage": "https://github.com/gotglint/glint-client/",
"repository": {
"type": "git",
"url": "https://github.com/gotglint/glint-client.git"
},
"bugs": {
"url": "https://github.com/gotglint/glint-client/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"
},
"dependencies": {
"binary-pack": "1.0.2",
"bufferutil": "1.2.1",
"intel": "1.1.1",
"jsonfn": "0.31.0",
"node-uuid": "1.4.7",
"primus": "6.0.2",
"ws": "1.1.1"
},
"engines": {
"node": ">=6.0.0"
},
"main": "src/index.js",
"files": [
"src/index.js",
"src/ws-chunker.js"
],
"devDependencies": {
"chai": "3.5.0",
"del": "2.2.2",
"eslint": "3.4.0",
"gulp": "3.9.1",
"gulp-eslint": "3.0.1",
"gulp-istanbul": "1.1.1",
"gulp-mocha": "3.0.1",
"intel": "1.1.1",
"mocha-lcov-reporter": "1.2.0",
"mr-doc-theme-glint": "0.0.2",
"run-sequence": "1.2.2"
}
}