26 lines
470 B
JSON
26 lines
470 B
JSON
{
|
|
"name": "formsy-react",
|
|
"version": "0.14.1",
|
|
"description": "A form input builder and validator for React JS",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/christianalfoni/formsy-react.git"
|
|
},
|
|
"main": "src/main.js",
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"build/",
|
|
"Gulpfile.js"
|
|
],
|
|
"dependencies": {
|
|
"react": "^0.13.1"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"form",
|
|
"forms",
|
|
"validation",
|
|
"react-component"
|
|
]
|
|
}
|