biro
Version:
redux + material ui forms
35 lines (34 loc) • 764 B
JSON
{
"name": "biro",
"version": "3.3.4",
"description": "redux + material ui forms",
"main": "lib/index.js",
"scripts": {
"compile": "babel -d lib/ src/",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "https://github.com/binocarlos/biro.git"
},
"keywords": [
"form",
"redux",
"material",
"schema"
],
"author": "Kai Davenport",
"license": "MIT",
"bugs": {
"url": "https://github.com/binocarlos/biro/issues"
},
"homepage": "https://github.com/binocarlos/biro",
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.18.0",
"react": "^15.4.1"
}
}