react-portal-hoc
Version:
a hoc that portalizes components
44 lines (43 loc) • 1.19 kB
JSON
{
"name": "react-portal-hoc",
"version": "0.4.2",
"description": "a hoc that portalizes components",
"main": "./lib/index.js",
"scripts": {
"clean": "rimraf lib",
"build": "babel --presets es2015,stage-0,react -d lib/ src/",
"prepublish": "npm run clean && npm run build",
"test": "nyc ava __tests__/**/*.js",
"watch": "babel -w --presets es2015,stage-0,react -d lib/ src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattkrick/react-portal-hoc.git"
},
"keywords": [
"react",
"portal",
"wormhole",
"escape hatch",
"stargate"
],
"author": "Matt Krick <matt.krick@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mattkrick/react-portal-hoc/issues"
},
"homepage": "https://github.com/mattkrick/react-portal-hoc#readme",
"devDependencies": {
"ava": "^0.15.2",
"babel-cli": "^6.10.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.x.x",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"coveralls": "^2.11.9",
"nyc": "^6.6.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"rimraf": "^2.5.3"
}
}