webpack-plugin-compat
Version:
Compatibility layer for webpack V3/V4 plugin APIs
45 lines (44 loc) • 1.23 kB
JSON
{
"name": "webpack-plugin-compat",
"version": "1.0.4",
"description": "Compatibility layer for webpack V3/V4 plugin APIs",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"lint": "eslint . --ext .json --ext .md --ext .js",
"pretest": "npm run lint",
"test": "mocha --harmony",
"travis:test": "npm run -s test",
"cover": "istanbul cover -x index.js node_modules/mocha/bin/_mocha",
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"devDependencies": {
"coveralls": "^3.0.0",
"eslint": "^4.17.0",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-markdown": "^1.0.0-beta.7",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"should": "^13.2.1",
"tapable": "^2.0.0"
},
"peerDependency": {
"tapable": ">= 0.2.7"
},
"keywords": [
"webpack",
"plugin",
"tapable",
"compatibility"
],
"author": "Chuck Dumont <chuckd@pnp-hcl.com>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/chuckdumont/webpack-plugin-compat.git"
},
"dependencies": {}
}