{
  "name": "asset-inject-html-webpack-plugin",
  "version": "0.9.1",
  "description": "Inject assets into HTML template, extension plugin of html-webpack-plugin.",
  "main": "index.js",
  "engines": {
    "node": ">=6.4.0"
  },
  "scripts": {
    "test": "webpack --config test/webpack.config.js",
    "start": "node test/server.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/luobotang/asset-inject-html-webpack-plugin.git"
  },
  "keywords": [
    "plugin",
    "webpack",
    "html-webpack-plugin"
  ],
  "author": "luobotang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/luobotang/asset-inject-html-webpack-plugin/issues"
  },
  "homepage": "https://github.com/luobotang/asset-inject-html-webpack-plugin#readme",
  "devDependencies": {
    "clean-webpack-plugin": "^0.1.16",
    "copy-webpack-plugin": "^4.0.1",
    "css-loader": "^0.28.0",
    "express": "^4.15.2",
    "extract-text-webpack-plugin": "^2.1.0",
    "freemarker-middleware": "^0.2.0",
    "html-webpack-harddisk-plugin": "^0.1.0",
    "html-webpack-plugin": "^2.28.0",
    "webpack": "^2.3.3",
    "webpack-dev-middleware": "^1.10.1"
  }
}
