react-forms
Version:
Forms library for React
42 lines (41 loc) • 919 B
JSON
{
"name": "react-forms",
"version": "1.0.0-rc6",
"description": "Forms library for React",
"homepage": "http://prometheusresearch.github.io/react-forms/",
"main": "lib/index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/prometheusresearch/react-forms.git"
},
"rex": {},
"keywords": [
"react",
"react-component",
"forms"
],
"peerDependencies": {
"react": ">=0.12.0, <0.15.0",
"immutable": "^3.4.0"
},
"devDependencies": {
"browserify": "^5.9.0",
"immutable": "^3.4.0",
"jsxhint": "^0.6.0",
"mocha": "^1.18.2",
"mochify": "^1.1.0",
"react": ">=0.12.0, <0.15.0",
"sinon": "^1.9.1"
},
"author": "Prometheus Research",
"license": "MIT",
"bugs": {
"url": "https://github.com/prometheusresearch/react-forms/issues"
},
"dependencies": {
"classnames": "^2.2.1"
}
}