forked from jantimon/html-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 912 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 912 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-plugin",
"version": "1.1.0",
"description": "Simplifies creation of HTML files to serve your webpack bundles",
"main": "index.js",
"scripts": {
"test": "jshint *.js spec && jasmine-node --captureExceptions spec"
},
"repository": {
"type": "git",
"url": "https://github.com/ampedandwired/html-webpack-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"html",
"generate"
],
"author": "Charles Blaxland <[email protected]> (https://github.com/ampedandwired)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ampedandwired/html-webpack-plugin/issues"
},
"homepage": "https://github.com/ampedandwired/html-webpack-plugin",
"devDependencies": {
"jasmine-node": "^1.14.5",
"jshint": "^2.5.2",
"rimraf": "^2.2.8",
"webpack": "^1.3.3-beta1"
},
"dependencies": {
"blueimp-tmpl": "~2.5.4"
}
}