39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "html-loader",
|
||
|
"version": "0.5.5",
|
||
|
"author": "Tobias Koppers @sokra",
|
||
|
"description": "html loader module for webpack",
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"files": [
|
||
|
"lib"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"lint": "eslint lib test",
|
||
|
"pretest": "npm run lint",
|
||
|
"test": "mocha --harmony --full-trace --check-leaks",
|
||
|
"cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
|
||
|
"release": "standard-version"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"es6-templates": "^0.2.3",
|
||
|
"fastparse": "^1.1.1",
|
||
|
"html-minifier": "^3.5.8",
|
||
|
"loader-utils": "^1.1.0",
|
||
|
"object-assign": "^4.1.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"beautify-lint": "^1.0.4",
|
||
|
"codecov.io": "^0.1.6",
|
||
|
"eslint": "^3.1.1",
|
||
|
"istanbul": "^0.4.5",
|
||
|
"js-beautify": "^1.6.3",
|
||
|
"mocha": "^2.5.3",
|
||
|
"should": "^10.0.0",
|
||
|
"standard-version": "^4.3.0"
|
||
|
},
|
||
|
"homepage": "https://github.com/webpack-contrib/html-loader",
|
||
|
"repository": "https://github.com/webpack-contrib/html-loader.git",
|
||
|
"bugs": "https://github.com/webpack-contrib/html-loader/issues"
|
||
|
}
|