Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
warpech committed Nov 9, 2014
1 parent 4267aa4 commit c7658b2
Showing 1 changed file with 20 additions and 24 deletions.
44 changes: 20 additions & 24 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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 <tomalecpub@gmail.com>"
]
"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"
}
}

0 comments on commit c7658b2

Please # to comment.