forked from numical/style-ext-html-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.78 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.78 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "style-ext-html-webpack-plugin",
"version": "3.4.1",
"description": "Enhances html-webpack-plugin functionality by enabling inline styles.",
"main": "index.js",
"files": [
"index.js",
"lib/"
],
"scripts": {
"pretest": "semistandard & install-module-versions dynavers.json",
"test": "VERSION=webpack1 jasmine && VERSION=webpack2 jasmine",
"test:webpack1": "VERSION=webpack1 jasmine",
"test:webpack2": "VERSION=webpack2 jasmine",
"node-debug": "DEBUG=StyleExt VERSION=webpack2 node-debug jasmine",
"debug": "DEBUG=StyleExt VERSION=webpack2 jasmine"
},
"repository": {
"type": "git",
"url": "https://github.com/numical/style-ext-html-webpack-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"html-webpack-plugin",
"extract-text-webpack-plugin",
"inline styles",
"internal styles",
"style"
],
"author": "Mike Evans <mike.evans@numical.com> (https://github.com/numical)",
"license": "MIT",
"bugs": {
"url": "https://github.com/numical/style-ext-html-webpack-plugin/issues"
},
"homepage": "https://github.com/numical/style-ext-html-webpack-plugin",
"devDependencies": {
"css-loader": "^0.27.3",
"denodeify": "^1.2.1",
"dynavers": "^0.2.0",
"file-loader": "^0.10.1",
"fs-temp": "^1.1.2",
"html-webpack-plugin": "^2.28.0",
"jasmine": "2.5.3",
"jasmine-spec-reporter": "^3.2.0",
"jasmine2-custom-message": "^0.8.2",
"ncp": "^2.0.0",
"postcss-loader": "^1.3.3",
"postcss-spiffing": "0.1.0",
"rimraf": "^2.6.1",
"script-ext-html-webpack-plugin": "^1.7.1",
"semistandard": "^10.0.0",
"style-loader": "^0.16.0",
"url-loader": "^0.5.8"
},
"dependencies": {
"clean-css": "^4.0.10",
"debug": "^2.6.3",
"webpack-sources": "^0.2.0"
}
}