UNPKG

656 BJSONView Raw
1{
2 "name": "html-loader",
3 "version": "0.4.3",
4 "author": "Tobias Koppers @sokra",
5 "description": "html loader module for webpack",
6 "dependencies": {
7 "es6-templates": "^0.2.2",
8 "fastparse": "^1.0.0",
9 "html-minifier": "^1.0.0",
10 "loader-utils": "~0.2.2",
11 "object-assign": "^4.0.1"
12 },
13 "devDependencies": {
14 "mocha": "^2.3.4",
15 "should": "^7.1.1"
16 },
17 "scripts": {
18 "test": "mocha --reporter spec"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git@github.com:webpack/html-loader.git"
23 },
24 "licenses": [
25 {
26 "type": "MIT",
27 "url": "http://www.opensource.org/licenses/mit-license.php"
28 }
29 ]
30}