File tree Expand file tree Collapse file tree 1 file changed +20
-24
lines changed Expand file tree Collapse file tree 1 file changed +20
-24
lines changed Original file line number Diff line number Diff line change 1
1
{
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
+ }
26
22
}
You can’t perform that action at this time.
0 commit comments