-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "resourcetiming-compression",
"description": "ResourceTiming compression and decompression",
"main": "./index.js",
"author": "Nic Jansma",
"version": "1.4.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 --verbose"
},
"devDependencies": {
"bower": "^1.8.14",
"commander": "^2.9.0",
"eslint": "^8.23.0",
"eslint-config-nicjansma": "^1.0.2",
"expect.js": "^0.3.1",
"express": "^4.21.0",
"gulp": "^5.0.0",
"gulp-eslint": "^6.0.0",
"gulp-live-server": "^0.0.31",
"gulp-mocha": "^10.0.1",
"gulp-rename": "^2.0.0",
"gulp-spawn-mocha": "^6.0.0",
"gulp-uglify": "^3.0.2",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-expect": "^1.1.3",
"karma-mocha": "^2.0.1",
"karma-tap-reporter": "^0.0.6",
"mocha": "^6.2.3",
"natives": "^1.1.6"
}
}