babel-plugin-buildo-react-components
Version:
Babel plugin to avoid cherry-pick imports from buildo-react-components
44 lines (43 loc) • 1.18 kB
JSON
{
"name": "babel-plugin-buildo-react-components",
"version": "0.0.2",
"description": "Babel plugin to avoid cherry-pick imports from buildo-react-components",
"main": "lib/index.js",
"scripts": {
"lint": "eslint src test --fix",
"build": "babel-plugin build",
"test": "mocha --compilers js:babel/register"
},
"repository": {
"type": "git",
"url": "https://github.com/buildo/babel-plugin-buildo-react-components.git"
},
"author": "Francesco Cioria <francesco@buildo.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/buildo/babel-plugin-buildo-react-components/issues"
},
"homepage": "https://github.com/buildo/babel-plugin-buildo-react-components",
"devDependencies": {
"babel-eslint": "^4.1.6",
"buildo-react-components": "github:buildo/react-components",
"eslint-config-buildo": "github:buildo/eslint-config",
"expect.js": "^0.3.1",
"mocha": "^2.2.5"
},
"tags": [
"babel-plugin",
"buildo",
"react",
"buildo-react-components"
],
"keywords": [
"babel-plugin",
"buildo",
"react",
"buildo-react-components"
],
"dependencies": {
"babel": "^5.8.23"
}
}