UNPKG

1.08 kBJSONView Raw
1{
2 "name": "html-loader",
3 "version": "0.5.5",
4 "author": "Tobias Koppers @sokra",
5 "description": "html loader module for webpack",
6 "license": "MIT",
7 "main": "index.js",
8 "files": [
9 "lib"
10 ],
11 "scripts": {
12 "lint": "eslint lib test",
13 "pretest": "npm run lint",
14 "test": "mocha --harmony --full-trace --check-leaks",
15 "cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
16 "release": "standard-version"
17 },
18 "dependencies": {
19 "es6-templates": "^0.2.3",
20 "fastparse": "^1.1.1",
21 "html-minifier": "^3.5.8",
22 "loader-utils": "^1.1.0",
23 "object-assign": "^4.1.1"
24 },
25 "devDependencies": {
26 "beautify-lint": "^1.0.4",
27 "codecov.io": "^0.1.6",
28 "eslint": "^3.1.1",
29 "istanbul": "^0.4.5",
30 "js-beautify": "^1.6.3",
31 "mocha": "^2.5.3",
32 "should": "^10.0.0",
33 "standard-version": "^4.3.0"
34 },
35 "homepage": "https://github.com/webpack-contrib/html-loader",
36 "repository": "https://github.com/webpack-contrib/html-loader.git",
37 "bugs": "https://github.com/webpack-contrib/html-loader/issues"
38}