UNPKG

1.16 kBJSONView Raw
1{
2 "name": "html-webpack-include-assets-plugin",
3 "version": "0.0.2",
4 "description": "Add the ability to include assets based on a list of paths",
5 "main": "index.js",
6 "files": [
7 "index.js"
8 ],
9 "scripts": {
10 "prepublish": "npm run test",
11 "pretest": "semistandard",
12 "test": "jasmine",
13 "debug": "node-debug jasmine"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/jharris4/html-webpack-include-assets-plugin.git"
18 },
19 "keywords": [
20 "webpack",
21 "plugin",
22 "html-webpack-plugin",
23 "include",
24 "assets"
25 ],
26 "author": "Jon Harris <harris.jb@gmail.com> (https://github.com/jharris4)",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/jharris4/html-webpack-include-assets-plugin/issues"
30 },
31 "homepage": "https://github.com/jharris4/html-webpack-include-assets-plugin",
32 "devDependencies": {
33 "cheerio": "^0.22.0",
34 "css-loader": "^0.26.1",
35 "extract-text-webpack-plugin": "^1.0.1",
36 "html-webpack-plugin": "^2.26.0",
37 "jasmine": "^2.5.3",
38 "rimraf": "^2.5.4",
39 "semistandard": "^9.2.1",
40 "style-loader": "^0.13.1",
41 "webpack": "^1.14.0"
42 }
43}