forked from anthonygore/html-critical-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 921 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": "html-critical-webpack-plugin",
"version": "1.1.0",
"description": "Webpack plugin for the critical CSS inliner library.",
"main": "dist/html-critical-webpack-plugin.js",
"repository": {
"type": "git",
"url": "git+https://github.com/anthonygore/html-critical-webpack-plugin.git"
},
"keywords": [
"webpack",
"critical"
],
"author": "anthonygore",
"license": "MIT",
"bugs": {
"url": "https://github.com/anthonygore/html-critical-webpack-plugin/issues"
},
"homepage": "https://github.com/anthonygore/html-critical-webpack-plugin#readme",
"scripts": {
"build": "rimraf ./dist && webpack --config ./webpack.config.js"
},
"dependencies": {
"critical": "^1.0.0"
},
"files": [
"README.md",
"index.js"
],
"devDependencies": {
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"rimraf": "^2.6.1",
"webpack": "^3.5.5"
}
}