-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "html-webpack-inject-style-plugin",
"version": "1.0.2",
"description": "Dynamically inject css style assets when using webpack-rtl-plugin",
"main": "index.js",
"scripts": {
"prepublish": "npm run test",
"pretest": "semistandard",
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/niexias/html-webpack-inject-style-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"html-webpack-plugin",
"assets"
],
"author": "Yang Jin <[email protected]> (https://github.com/niexias)",
"license": "MIT",
"bugs": {
"url": "https://github.com/niexias/html-webpack-inject-style-plugin/issues"
},
"homepage": "https://github.com/niexias/html-webpack-inject-style-plugin#readme",
"devDependencies": {
"cheerio": "^0.22.0",
"css-loader": "^0.25.0",
"html-webpack-plugin": "^4.2.0",
"jasmine": "^2.4.1",
"mini-css-extract-plugin": "^0.4.2",
"rimraf": "^2.5.2",
"semistandard": "^7.0.5",
"webpack": "^4.20.2",
"webpack-rtl-plugin": "^2.0.0"
}
}