-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
36 lines (36 loc) · 888 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
{
"name": "brotli-webpack-plugin",
"version": "1.1.0",
"author": {
"name": "Ilia Saulenko",
"email": "hi@mynameiswhm.ru",
"url": "https://github.com/mynameiswhm"
},
"description": "Prepare Brotli-compressed versions of assets to serve them with Content-Encoding: br",
"dependencies": {
"async": "~2.6.0",
"webpack-sources": "^1.0.2"
},
"optionalDependencies": {
"brotli": "^1.3.1",
"iltorb": "^2.0.1"
},
"homepage": "https://github.com/mynameiswhm/brotli-webpack-plugin",
"repository": {
"type": "git",
"url": "https://github.com/mynameiswhm/brotli-webpack-plugin.git"
},
"license": "MIT",
"devDependencies": {
"jest": "^22.0.0",
"rimraf": "^2.6.2",
"webpack": "^4.0.0"
},
"scripts": {
"test": "jest",
"travis:test": "npm run test -- --runInBand"
},
"jest": {
"testEnvironment": "node"
}
}