UNPKG

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