OLD | NEW |
1 { | 1 { |
2 "name": "iron-checked-element-behavior", | 2 "name": "iron-checked-element-behavior", |
3 "version": "1.0.5", | 3 "version": "1.0.6", |
4 "description": "Implements an element that has a checked attribute and can be
added to a form", | 4 "description": "Implements an element that has a checked attribute and can be
added to a form", |
5 "authors": "The Polymer Authors", | 5 "authors": "The Polymer Authors", |
6 "keywords": [ | 6 "keywords": [ |
7 "web-components", | 7 "web-components", |
8 "polymer", | 8 "polymer", |
9 "iron", | 9 "iron", |
10 "behavior" | 10 "behavior" |
11 ], | 11 ], |
12 "main": "iron-checked-element-behavior.html", | 12 "main": "iron-checked-element-behavior.html", |
13 "private": true, | 13 "private": true, |
(...skipping 11 matching lines...) Expand all Loading... |
25 }, | 25 }, |
26 "devDependencies": { | 26 "devDependencies": { |
27 "paper-styles": "PolymerElements/paper-styles#^1.0.0", | 27 "paper-styles": "PolymerElements/paper-styles#^1.0.0", |
28 "paper-button": "PolymerElements/paper-button#^1.0.0", | 28 "paper-button": "PolymerElements/paper-button#^1.0.0", |
29 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", | 29 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
30 "test-fixture": "PolymerElements/test-fixture#^1.0.0", | 30 "test-fixture": "PolymerElements/test-fixture#^1.0.0", |
31 "web-component-tester": "^4.0.0", | 31 "web-component-tester": "^4.0.0", |
32 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 32 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
33 } | 33 } |
34 } | 34 } |
OLD | NEW |