babel-plugin-react-hyperscript-require
Version:
Babel plugin that adds react-hyperscript import declaration
33 lines (32 loc) • 753 B
JSON
{
"name": "babel-plugin-react-hyperscript-require",
"version": "0.1.1",
"description": "Babel plugin that adds react-hyperscript import declaration",
"keywords": [
"babel",
"babel-plugin",
"require",
"react-hyperscript",
"react"
],
"bugs": {
"url": "https://github.com/siddharthkp/babel-plugin-react-hyperscript-require/issues"
},
"license": "MIT",
"author": "mciparelli",
"main": "index.js",
"repository": {
"type": "git",
"url": "mciparelli/babel-plugin-react-hyperscript-require"
},
"scripts": {
"test": "mocha --compilers js:babel-core/register"
},
"devDependencies": {
"babel-core": "6.22.1",
"mocha": "3.2.0"
},
"peerDependencies": {
"react-hyperscript": "*"
}
}