UNPKG

1.71 kBJSONView Raw
1{
2 "name": "script-ext-html-webpack-plugin",
3 "version": "1.8.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 "dynamic script",
35 "async script"
36 ],
37 "author": "Mike Evans <mike.evans@numical.com> (https://github.com/numical)",
38 "license": "MIT",
39 "bugs": {
40 "url": "https://github.com/numical/script-ext-html-webpack-plugin/issues"
41 },
42 "homepage": "https://github.com/numical/script-ext-html-webpack-plugin",
43 "dependencies": {
44 "debug": "^2.6.3"
45 },
46 "devDependencies": {
47 "css-loader": "^0.28.1",
48 "dynavers": "^0.2.0",
49 "handlebars": "^4.0.8",
50 "handlebars-loader": "^1.5.0",
51 "html-webpack-plugin": "^2.28.0",
52 "jasmine": "^2.6.0",
53 "jasmine-spec-reporter": "^4.1.0",
54 "jasmine2-custom-message": "^0.8.2",
55 "rimraf": "^2.6.1",
56 "semistandard": "^11.0.0"
57 },
58 "peerDependencies": {
59 "webpack": "1 || ^2.2.0"
60 }
61}