entrypoint-assets-webpack-plugin
Version:
Exports a mapping of entries to public paths of chunks
35 lines (34 loc) • 957 B
JSON
{
"name": "entrypoint-assets-webpack-plugin",
"version": "1.2.0",
"description": "Exports a mapping of entries to public paths of chunks",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"webpack",
"entrypoint",
"asset",
"plugin",
"entry"
],
"author": {
"name": "Klavs Prieditis",
"email": "klavs.prieditis@getadigital.com",
"url": "https://getadigital.com/people/klavs-prieditis/"
},
"homepage": "https://github.com/Geta/entrypoint-assets-webpack-plugin",
"bugs": "https://github.com/Geta/entrypoint-assets-webpack-plugin/issues",
"repository": {
"type": "git",
"url": "git@github.com:Geta/entrypoint-assets-webpack-plugin.git"
},
"license": "MIT",
"dependencies": {
"webpack-core": "^0.6.9"
},
"peerDependencies": {
"webpack": ">= 2.0.0 || >= 2.1.0-beta || >= 2.2.0-rc"
}
}