diff --git a/bower.json b/bower.json index a27a0cb..9e096c9 100644 --- a/bower.json +++ b/bower.json @@ -1,26 +1,22 @@ { - "name": "juicy-jsoneditor", - "version": "0.0.2", - "description": "Polymer Element that wraps http://github.com/josdejong/jsoneditor and adds two-way binding for edited JSON", - "license": "MIT", - "main": "dist/juicy-jsoneditor.html", - "keywords": [ - "polymer", - "web-components", - "jsoneditor" - ], - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "preview.png" - ], - "dependencies": { - "polymer": "Polymer/polymer#^0.4.1", - "jsoneditor": "tomalec/jsoneditor#102-onChangeArgumentsBuilt", - "fast-json-patch": "~0.4.0" - }, - "authors": [ - "Tomek Wytrebowicz " - ] + "name": "puppet-bunny", + "version": "0.1.0", + "description": "Polymer Element that shows a jumping puppet bunny", + "license": "MIT", + "main": "src/puppet-bunny.html", + "keywords": [ + "polymer", + "web-components", + "animation", + "bunny" + ], + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "preview.png" + ], + "dependencies": { + "polymer": "Polymer/polymer#~0.4.0" + } }