You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
2.4 KiB
JSON

{
"name": "script-ext-html-webpack-plugin",
"version": "2.1.3",
"description": "Enhances html-webpack-plugin functionality with async and defer attributes for script elements",
"main": "index.js",
"files": [
"index.js",
"lib/"
],
"scripts": {
"pretest": "semistandard & install-module-versions dynavers.json",
"test": "npm run test:hwp",
"test:hwp": "npm run test:hwp3 && npm run test:hwp4",
"test:hwp3": "cross-env VERSION=webpack1 HWP_VERSION=hwp3 jasmine && cross-env VERSION=webpack2 HWP_VERSION=hwp3 jasmine && cross-env VERSION=webpack3 HWP_VERSION=hwp3 jasmine && cross-env VERSION=webpack4 HWP_VERSION=hwp3 jasmine",
"test:hwp4": "cross-env VERSION=webpack4 HWP_VERSION=hwp4 jasmine",
"test:webpack1": "cross-env VERSION=webpack1 jasmine",
"test:webpack2": "cross-env VERSION=webpack2 jasmine",
"test:webpack3": "cross-env VERSION=webpack3 jasmine",
"test:webpack4": "cross-env VERSION=webpack4 jasmine",
"debug": "cross-env DEBUG=ScriptExt VERSION=webpack4 HWP_VERSION=hwp4 jasmine",
"node-debug": "cross-env DEBUG=ScriptExt VERSION=webpack4 HWP_VERSION=hwp4 node-debug jasmine"
},
"repository": {
"type": "git",
"url": "https://github.com/numical/script-ext-html-webpack-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"html-webpack-plugin",
"async",
"defer",
"inline",
"script",
"module",
"resource hints",
"prefetch",
"preload",
"dynamic script",
"async script"
],
"author": "Mike Evans <mike.evans@numical.com> (https://github.com/numical)",
"license": "MIT",
"bugs": {
"url": "https://github.com/numical/script-ext-html-webpack-plugin/issues"
},
"homepage": "https://github.com/numical/script-ext-html-webpack-plugin",
"dependencies": {
"debug": "^4.1.0"
},
"devDependencies": {
"cross-env": "^5.2.0",
"css-loader": "^1.0.1",
"dynavers": "^0.3.1",
"handlebars": "^4.0.12",
"handlebars-loader": "1.7.0",
"jasmine": "^3.3.0",
"jasmine-spec-reporter": "^4.2.1",
"jasmine2-custom-message": "^0.9.3",
"rimraf": "^2.6.2",
"semistandard": "^13.0.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack-config": "7.5.0"
},
"peerDependencies": {
"webpack": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0",
"html-webpack-plugin": "^3.0.0 || ^4.0.0"
},
"engines": {
"node": ">=6.11.5"
}
}