forked from nicjansma/usertiming-compression.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.2 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
{
"name": "usertiming-compression",
"description": "UserTiming compression and decompression",
"main": "./src/usertiming-compression",
"author": "Nic Jansma",
"version": "0.1.2",
"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.1.9",
"colors": "^1.1.2",
"gulp": "^3.8.10",
"gulp-bower": "0.0.11",
"gulp-eslint": "^2.0.0",
"gulp-jsoncombine": "^1.0.3",
"gulp-rename": "^1.2.0",
"gulp-spawn-mocha": "^2.2.1",
"gulp-uglify": "^1.0.1",
"karma": "^0.12.31",
"karma-chai": "*",
"karma-chrome-launcher": "^0.1.5",
"karma-coverage": "^0.2.6",
"karma-firefox-launcher": "^0.1.4",
"karma-ie-launcher": "^0.1.5",
"karma-mocha": "^0.1.9",
"karma-opera-launcher": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1",
"karma-tap-reporter": "0.0.3",
"mocha": "^2.0.1",
"msgpack5": "^3.3.0",
"pako": "^0.2.8"
}
}