UNPKG

es5to3-webpack-plugin

Version:

Transforms JavaScript from ES5 to ES3 bundled by webpack.

45 lines (44 loc) 963 B
{ "name": "es5to3-webpack-plugin", "version": "1.0.0", "description": "Transforms JavaScript from ES5 to ES3 bundled by webpack.", "author": { "name": "Matthias Hauch", "email": "mhauch@pro-vision.de" }, "homepage": "https://github.com/wcm-io-frontend/es5to3-webpack-plugin", "bugs": { "url": "https://github.com/wcm-io-frontend/es5to3-webpack-plugin/issues" }, "repository": { "type": "git", "url": "git+https://github.com/wcm-io-frontend/es5to3-webpack-plugin.git" }, "engines": { "node": ">=0.12" }, "keywords": [ "webpack", "plugin", "output", "es3ify", "es3", "es5", "transformer" ], "main": "index.js", "dependencies": { "es3ify": "^0.2.2", "jstransform": "^11.0.2", "webpack-sources": "^0.1.2" }, "devDependencies": { "mocha": "^2.5.3", "should": "^9.0.0", "webpack": "^1.13.1" }, "license": "MIT", "scripts": { "test": "mocha" } }