-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
38 lines (38 loc) · 1015 Bytes
/
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
{
"name": "resourcetiming-compression",
"description": "ResourceTiming compression and decompression",
"main": "./index.js",
"author": "Nic Jansma",
"version": "1.3.3",
"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 --verbose"
},
"devDependencies": {
"commander": "^2.9.0",
"eslint": "^8.23.0",
"eslint-config-nicjansma": "^1.0.2",
"expect.js": "^0.3.1",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-mocha": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-spawn-mocha": "^6.0.0",
"gulp-uglify": "^3.0.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-expect": "^1.1.3",
"karma-mocha": "^1.3.0",
"karma-tap-reporter": "0.0.6",
"mocha": "^3.2.0",
"natives": "^1.1.6"
}
}