forked from nicjansma/resourcetiming-compression.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.16 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
{
"name": "resourcetiming-compression",
"description": "ResourceTiming compression and decompression",
"main": "./index.js",
"author": "Nic Jansma",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "http://github.com/nicjansma/resourcetiming-compression.js.git"
},
"bugs": {
"url": "http://github.com/nicjansma/resourcetiming-compression.js/issues"
},
"license": "MIT",
"scripts": {
"test": "gulp travis --verbose"
},
"devDependencies": {
"commander": "^2.9.0",
"eslint": "^2.0.0",
"expect.js": "^0.3.1",
"gulp": "^3.8.10",
"gulp-eslint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-spawn-mocha": "^2.2.2",
"gulp-uglify": "^1.0.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-expect": "^1.1.0",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-opera-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"karma-tap-reporter": "0.0.6",
"mocha": "^2.0.1",
"phantomjs-prebuilt": "^2.1.7"
}
}