Added keywords and another recommended fields

For making package easier to discover on bower
This commit is contained in:
Dmitry Semigradsky 2015-04-21 12:42:04 +03:00
parent 1a70c89996
commit e4b5dbf8f9
1 changed files with 18 additions and 1 deletions

View File

@ -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"
]
}