rollup-plugin-es3
Version:
Make rollup compatible with ES3, remove Object.defineProperty of __esModule part
40 lines (39 loc) • 980 B
JSON
{
"name": "rollup-plugin-es3",
"version": "1.1.0",
"description": "Make rollup compatible with ES3, remove Object.defineProperty of __esModule part",
"main": "dist/rollup-plugin-es3.cjs.js",
"jsnext:main": "dist/rollup-plugin-es3.es.js",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"pretest": "npm run build",
"test": "mocha test/*.js",
"prepublish": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/futurist/rollup-plugin-es3.git"
},
"keywords": [
"rollup",
"rollup-plugin",
"esModule",
"Object.defineProperty"
],
"author": "James Yang <jamesyang999@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/futurist/rollup-plugin-es3/issues"
},
"homepage": "https://github.com/futurist/rollup-plugin-es3#readme",
"devDependencies": {
"mocha": "^3.0.2",
"rollup": "^0.34.10"
},
"dependencies": {
"magic-string": "^0.22.4"
}
}