We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a70c89 commit e4b5dbfCopy full SHA for e4b5dbf
bower.json
@@ -1,8 +1,25 @@
1
{
2
"name": "formsy-react",
3
"version": "0.12.5",
4
+ "description": "A form input builder and validator for React JS",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/christianalfoni/formsy-react.git"
8
+ },
9
"main": "src/main.js",
10
+ "license": "MIT",
11
+ "ignore": [
12
+ "build/",
13
+ "Gulpfile.js"
14
+ ],
15
"dependencies": {
16
"react": "^0.13.1"
- }
17
18
+ "keywords": [
19
+ "react",
20
+ "form",
21
+ "forms",
22
+ "validation",
23
+ "react-component"
24
+ ]
25
}
0 commit comments