UNPKG

1.67 kBJSONView Raw
1{
2 "name": "script-ext-html-webpack-plugin",
3 "version": "1.7.0",
4 "description": "Enhances html-webpack-plugin functionality with async and defer attributes for script elements",
5 "main": "index.js",
6 "files": [
7 "index.js",
8 "lib/"
9 ],
10 "scripts": {
11 "pretest": "semistandard & install-module-versions dynavers.json",
12 "test": "VERSION=webpack1 jasmine && VERSION=webpack2 jasmine",
13 "test:webpack1": "VERSION=webpack1 jasmine",
14 "test:webpack2": "VERSION=webpack2 jasmine",
15 "debug": "DEBUG=ScriptExt VERSION=webpack2 jasmine",
16 "node-debug": "DEBUG=ScriptExt VERSION=webpack1 node-debug jasmine"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/numical/script-ext-html-webpack-plugin.git"
21 },
22 "keywords": [
23 "webpack",
24 "plugin",
25 "html-webpack-plugin",
26 "async",
27 "defer",
28 "inline",
29 "script",
30 "module",
31 "resource hints",
32 "prefetch",
33 "preload"
34 ],
35 "author": "Mike Evans <mike.evans@numical.com> (https://github.com/numical)",
36 "license": "MIT",
37 "bugs": {
38 "url": "https://github.com/numical/script-ext-html-webpack-plugin/issues"
39 },
40 "homepage": "https://github.com/numical/script-ext-html-webpack-plugin",
41 "dependencies": {
42 "debug": "^2.3.3"
43 },
44 "devDependencies": {
45 "css-loader": "^0.26.1",
46 "dynavers": "^0.2.0",
47 "handlebars": "^4.0.6",
48 "handlebars-loader": "^1.4.0",
49 "html-webpack-plugin": "^2.28.0",
50 "jasmine": "^2.5.3",
51 "jasmine-spec-reporter": "^3.2.0",
52 "jasmine2-custom-message": "^0.8.2",
53 "rimraf": "^2.5.4",
54 "semistandard": "^9.1.0"
55 },
56 "peerDependencies": {
57 "webpack": "1 || ^2.2.0"
58 }
59}