diff --git a/bower.json b/bower.json index 12a1bef..039aceb 100644 --- a/bower.json +++ b/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" + ] }