FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
html-webpack-plugin/package.json at master · opuslabs/html-webpack-plugin · GitHub
opuslabs
/
html-webpack-plugin
Public
forked from
jantimon/html-webpack-plugin
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
html-webpack-plugin
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
55 lines (55 loc) · 1.45 KB
Breadcrumbs
html-webpack-plugin
/
package.json
Copy path
File metadata and controls
55 lines (55 loc) · 1.45 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
html-webpack-plugin
"
,
"version"
:
"
2.7.1
"
,
"description"
:
"
Simplifies creation of HTML files to serve your webpack bundles
"
,
"main"
:
"
index.js
"
,
"files"
: [
"
index.js
"
,
"
default_index.ejs
"
,
"
lib/
"
],
"scripts"
: {
"pretest"
:
"
semistandard
"
,
"test"
:
"
jasmine-node --captureExceptions spec
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/ampedandwired/html-webpack-plugin.git
"
},
"keywords"
: [
"
webpack
"
,
"
plugin
"
,
"
html
"
,
"
html-webpack-plugin
"
],
"author"
:
"
Charles Blaxland <charles.blaxland@gmail.com> (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"
: {
"appcache-webpack-plugin"
:
"
^1.2.1
"
,
"css-loader"
:
"
^0.23.1
"
,
"dir-compare"
:
"
0.0.2
"
,
"es6-promise"
:
"
^3.0.2
"
,
"extract-text-webpack-plugin"
:
"
^1.0.1
"
,
"file-loader"
:
"
^0.8.5
"
,
"html-loader"
:
"
^0.4.0
"
,
"jade-loader"
:
"
^0.8.0
"
,
"jasmine-node"
:
"
^1.14.5
"
,
"rimraf"
:
"
^2.5.0
"
,
"semistandard"
:
"
^7.0.5
"
,
"style-loader"
:
"
^0.13.0
"
,
"underscore-template-loader"
:
"
^0.5.2
"
,
"url-loader"
:
"
^0.5.7
"
,
"webpack"
:
"
^1.12.10
"
},
"dependencies"
: {
"bluebird"
:
"
^3.1.1
"
,
"html-minifier"
:
"
^1.1.1
"
,
"loader-utils"
:
"
^0.2.12
"
,
"lodash"
:
"
^3.10.1
"
,
"pretty-error"
:
"
^2.0.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL