react-form-validate
Version:
A React form validator. Has the same API as jQuery.validator
32 lines (31 loc) • 801 B
JSON
{
"name": "react-form-validate",
"version": "1.0.3",
"description": "A React form validator. Has the same API as jQuery.validator",
"main": "index.js",
"scripts": {
"test": "webpack --config webpack.config.js ./demo/demo.react.jsx ./demo/app-[hash].js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0rangeT1ger/React-form-validator.git"
},
"keywords": [
"react",
"form",
"validate",
"validator",
"valid"
],
"author": "0ranget1ger",
"license": "MIT",
"bugs": {
"url": "https://github.com/0rangeT1ger/React-form-validator/issues"
},
"homepage": "https://github.com/0rangeT1ger/React-form-validator#readme",
"devDependencies": {
"object-assign": "^4.0.1",
"react": "^0.14.3",
"react-dom": "^0.14.3"
}
}