html-loader
Version:
html loader module for webpack
31 lines (30 loc) • 656 B
JSON
{
"name": "html-loader",
"version": "0.4.3",
"author": "Tobias Koppers @sokra",
"description": "html loader module for webpack",
"dependencies": {
"es6-templates": "^0.2.2",
"fastparse": "^1.0.0",
"html-minifier": "^1.0.0",
"loader-utils": "~0.2.2",
"object-assign": "^4.0.1"
},
"devDependencies": {
"mocha": "^2.3.4",
"should": "^7.1.1"
},
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git@github.com:webpack/html-loader.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
]
}