-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "usertiming-compression",
"description": "UserTiming compression and decompression",
"author": "Nic Jansma",
"version": "0.1.9",
"repository": {
"type": "git",
"url": "http://github.com/nicjansma/usertiming-compression.js.git"
},
"bugs": {
"url": "http://github.com/nicjansma/usertiming-compression.js/issues"
},
"license": "MIT",
"scripts": {
"test": "gulp travis --verbose"
},
"devDependencies": {
"chai": "^3.4.1",
"cli-table2": "^0.2.0",
"colors": "^1.1.2",
"eslint-config-nicjansma": "^1.0.4",
"gulp": "^3.8.10",
"gulp-bower": "0.0.13",
"gulp-eslint": "^3.0.1",
"gulp-jsoncombine": "^1.0.3",
"gulp-rename": "^1.2.0",
"gulp-spawn-mocha": "^3.1.0",
"gulp-uglify": "^2.0.0",
"karma": "^1.3.0",
"karma-chai": "*",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-tap-reporter": "0.0.6",
"mocha": "^3.2.0",
"msgpack5": "^3.3.0",
"pako": "^1.0.4",
"gulp-replace": "^1.0.0"
}
}