Added keywords and another recommended fields
For making package easier to discover on bower
This commit is contained in:
parent
1a70c89996
commit
e4b5dbf8f9
19
bower.json
19
bower.json
|
|
@ -1,8 +1,25 @@
|
|||
{
|
||||
"name": "formsy-react",
|
||||
"version": "0.12.5",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue