UNPKG

core-js-webpack3-plugin

Version:
42 lines (41 loc) 937 B
{ "name": "core-js-webpack3-plugin", "version": "1.0.5", "description": "core-js builder as a Webpack 3 Plugin", "main": "index.js", "authors": [ "PatrickJS <patrick@angularclass.com>", "Aleksei Schurak <a@guava.by>" ], "license": "Apache-2.0", "keywords": [ "webpack", "webpack 3", "plugin", "core-js", "corejs", "core-js-builder", "polyfill", "polyfills", "builder", "webpackplugin" ], "dependencies": { "core-js-builder": "^2.4.1" }, "peerDependencies": { "webpack": "*" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/gdi2290/core-js-webpack-plugin.git" }, "bugs": { "url": "https://github.com/gdi2290/core-js-webpack-plugin/issues" }, "homepage": "https://github.com/gdi2290/core-js-webpack-plugin#readme" }