-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 913 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 913 Bytes
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
{
"name": "html-webpack-wrap-html-plugin",
"version": "0.0.2",
"description": "simplifies wrap HTML files to serve your webpack bundles",
"main": "index.js",
"scripts": {
"prepublish": "npm run test",
"test": "jasmine"
},
"keywords": [
"html-webpack-plugin",
"webpack",
"wrap",
"html",
"plugin"
],
"author": "zman <hxfdarling@hotmail.com> (https://github.com/hxfdarling)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hxfdarling/html-webpack-wrap-html-plugin.git"
},
"bugs": {
"url": "https://github.com/hxfdarling/html-webpack-wrap-html-plugin/issues"
},
"homepage": "https://github.com/hxfdarling/html-webpack-wrap-html-plugin#readme",
"devDependencies": {
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.24.1",
"jasmine": "^2.5.2",
"rimraf": "^2.6.1",
"webpack": "^1.14.0"
}
}