Skip to content

Commit c7658b2

Browse files
committed
0.1.0
1 parent 4267aa4 commit c7658b2

File tree

1 file changed

+20
-24
lines changed

1 file changed

+20
-24
lines changed

bower.json

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
11
{
2-
"name": "juicy-jsoneditor",
3-
"version": "0.0.2",
4-
"description": "Polymer Element that wraps http://github.com/josdejong/jsoneditor and adds two-way binding for edited JSON",
5-
"license": "MIT",
6-
"main": "dist/juicy-jsoneditor.html",
7-
"keywords": [
8-
"polymer",
9-
"web-components",
10-
"jsoneditor"
11-
],
12-
"ignore": [
13-
"**/.*",
14-
"node_modules",
15-
"bower_components",
16-
"preview.png"
17-
],
18-
"dependencies": {
19-
"polymer": "Polymer/polymer#^0.4.1",
20-
"jsoneditor": "tomalec/jsoneditor#102-onChangeArgumentsBuilt",
21-
"fast-json-patch": "~0.4.0"
22-
},
23-
"authors": [
24-
"Tomek Wytrebowicz <tomalecpub@gmail.com>"
25-
]
2+
"name": "puppet-bunny",
3+
"version": "0.1.0",
4+
"description": "Polymer Element that shows a jumping puppet bunny",
5+
"license": "MIT",
6+
"main": "src/puppet-bunny.html",
7+
"keywords": [
8+
"polymer",
9+
"web-components",
10+
"animation",
11+
"bunny"
12+
],
13+
"ignore": [
14+
"**/.*",
15+
"node_modules",
16+
"bower_components",
17+
"preview.png"
18+
],
19+
"dependencies": {
20+
"polymer": "Polymer/polymer#~0.4.0"
21+
}
2622
}

0 commit comments

Comments
 (0)