entrypoint-wrapper-webpack-plugin
Version:
entrypoint wrapper plugin for webpack
36 lines (35 loc) • 871 B
JSON
{
"name": "entrypoint-wrapper-webpack-plugin",
"version": "1.0.0",
"description": "entrypoint wrapper plugin for webpack",
"main": "index.js",
"scripts": {},
"keywords": [
"webpack",
"plugin",
"entrypoint",
"wrapper"
],
"author": {
"name": "zhrln",
"email": "skyperson@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/alibaba/entrypoint-wrapper-webpack-plugin/issues"
},
"dependencies": {
"lodash": "^4.17.4",
"virtual-module-webpack-plugin": "^0.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/alibaba/entrypoint-wrapper-webpack-plugin.git"
},
"devDependencies": {
"webpack": "^1.14.0"
},
"peerDependencies": {
"webpack": "1 || ^2 || ^3 || ^4"
}
}