react-formian
Version:
A React framework for easily creating and handling controlled forms
64 lines (63 loc) • 1.6 kB
JSON
{
"name": "react-formian",
"version": "0.2.7",
"description": "A React framework for easily creating and handling controlled forms",
"main": "build/index.js",
"maintainers": [
{
"name": "bnichols",
"email": "bnichols3@gmail.com"
}
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack && babel src -d build",
"prepublish": "webpack && babel src -d build"
},
"author": "Brian Nichols Griggs <bcnichols@gmail.com>",
"license": "ISC",
"dependencies": {
"react-google-recaptcha": "^0.9.9"
},
"peerDependencies": {
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"chai": "^4.1.2",
"chai-things": "^0.2.0",
"css-loader": "^0.28.3",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.1",
"mocha": "^4.0.1",
"node-sass": "^4.5.3",
"prop-types": "^15.6.1",
"redux-logger": "^3.0.6",
"sass-loader": "^6.0.5",
"sinon": "^2.3.1",
"style-loader": "^0.18.1",
"url-loader": "^0.5.8",
"webpack": "^3.0.0",
"why-did-you-update": "^0.1.1"
},
"bugs": {
"url": "https://github.com/bcnichols3/react-formian/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/bcnichols3/react-formian"
},
"keywords": [
"react",
"react-component",
"forms",
"HTML5-forms",
"controlled-forms",
"form-validators"
]
}