universal-polyfill-engine
Version:
Universal polyfill engine
42 lines (41 loc) • 1 kB
JSON
{
"name": "universal-polyfill-engine",
"version": "1.0.9",
"description": "Universal polyfill engine",
"keywords": [
"Universal",
"Polyfill",
"Engine",
"React",
"Rax"
],
"author": "huya.nzb <huya.nzb@taobao.com>",
"homepage": "https://github.com/kingback/react-polyfills",
"license": "MIT",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kingback/react-polyfills.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"build": "babel src --out-dir lib"
},
"bugs": {
"url": "https://github.com/kingback/react-polyfills/issues"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0"
},
"gitHead": "aa8c9f5a497548df318994b5f781f022b1643736"
}