UNPKG

html-webpack-tags-plugin

Version:

lets you define html tags to inject with html-webpack-plugin

75 lines (74 loc) 1.77 kB
{ "name": "html-webpack-tags-plugin", "version": "3.0.2", "description": "lets you define html tags to inject with html-webpack-plugin", "main": "index.js", "types": "typings.d.ts", "engines": { "node": ">=10" }, "files": [ "index.js", "typings.d.ts" ], "scripts": { "prepublish": "npm run test", "pretest": "semistandard", "test": "jasmine", "testfilter": "jasmine --filter=\"name of suite or test\"", "debug": "node-debug jasmine" }, "semistandard": { "ignore": [ "spec/**/*-bundle.js", "spec/dist/**" ] }, "unmockedModulePathPatterns": [ "jasmine-expect" ], "repository": { "type": "git", "url": "https://github.com/jharris4/html-webpack-tags-plugin.git" }, "keywords": [ "webpack", "plugin", "html-webpack-plugin", "html", "tags", "inject", "include", "assets" ], "author": "Jon Harris <harris.jb@gmail.com> (https://github.com/jharris4)", "license": "MIT", "bugs": { "url": "https://github.com/jharris4/html-webpack-tags-plugin/issues" }, "homepage": "https://github.com/jharris4/html-webpack-tags-plugin", "peerDependencies": { "html-webpack-plugin": "^5.0.0", "webpack": "^5.0.0" }, "devDependencies": { "cheerio": "1.0.0-rc.10", "copy-webpack-plugin": "^9.0.1", "css-loader": "^6.2.0", "express": "^4.17.1", "html-webpack-plugin": "^5.5.0", "jasmine": "^3.10.0", "jasmine-expect": "^5.0.0", "mini-css-extract-plugin": "^2.4.3", "puppeteer": "^10.4.0", "rimraf": "^3.0.2", "semistandard": "^16.0.1", "style-loader": "^3.3.1", "webpack": "^5.61.0" }, "dependencies": { "glob": "^7.2.0", "minimatch": "^3.0.4", "slash": "^3.0.0" } }