diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..117ccb65 --- /dev/null +++ b/bower.json @@ -0,0 +1,35 @@ +{ + "name": "json-form", + "description": "Client-side JavaScript library that generates HTML forms from structured data models expressed using a JSON schema, possibly completed by a form layout description.", + "main": "./lib/jsonform.js", + "authors": [ + { + "name": "Joshfire", + "email": "contact@joshfire.com", + "homepage": "http://www.joshfire.com" + } + ], + "license": "MIT", + "keywords": [ + "JSON", + "schema", + "HTML5", + "form" + ], + "homepage": "https://github.com/ulion/jsonform", + "moduleType": [], + "dependencies": { + "jquery": ">=1.11.1", + "underscore": ">=1.3.3", + "z-schema": ">=3.1.2" + }, + "ignore": [ + "**/.*", + "deps", + "playground", + "node_modules", + "bower_components", + "test", + "tests" + ] +}