UNPKG

580 BJSONView Raw
1{
2 "name": "html-loader",
3 "version": "0.2.2",
4 "author": "Tobias Koppers @sokra",
5 "description": "html loader module for webpack",
6 "dependencies": {
7 "html-minifier": "0.5.x",
8 "source-map": "0.1.x",
9 "loader-utils": "~0.2.2"
10 },
11 "devDependencies": {
12 "mocha": "1.17.x",
13 "should": "3.1.x"
14 },
15 "scripts": {
16 "test": "mocha --reporter spec"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git@github.com:webpack/html-loader.git"
21 },
22 "licenses": [
23 {
24 "type": "MIT",
25 "url": "http://www.opensource.org/licenses/mit-license.php"
26 }
27 ]
28}