OLD | NEW |
1 { | 1 { |
2 "name": "paper-dropdown-menu", | 2 "name": "paper-dropdown-menu", |
3 "version": "1.2.1", | 3 "version": "1.2.2", |
4 "description": "An element that works similarly to a native browser select", | 4 "description": "An element that works similarly to a native browser select", |
5 "authors": [ | 5 "authors": [ |
6 "The Polymer Authors" | 6 "The Polymer Authors" |
7 ], | 7 ], |
8 "keywords": [ | 8 "keywords": [ |
9 "web-components", | 9 "web-components", |
10 "web-component", | 10 "web-component", |
11 "polymer", | 11 "polymer", |
12 "dropdown", | 12 "dropdown", |
13 "select" | 13 "select" |
(...skipping 25 matching lines...) Expand all Loading... |
39 "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0", | 39 "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0", |
40 "paper-item": "PolymerElements/paper-item#^1.0.0", | 40 "paper-item": "PolymerElements/paper-item#^1.0.0", |
41 "paper-listbox": "PolymerElements/paper-listbox#^1.0.0", | 41 "paper-listbox": "PolymerElements/paper-listbox#^1.0.0", |
42 "paper-tabs": "PolymerElements/paper-tabs#^1.0.0", | 42 "paper-tabs": "PolymerElements/paper-tabs#^1.0.0", |
43 "test-fixture": "PolymerElements/test-fixture#^1.0.0", | 43 "test-fixture": "PolymerElements/test-fixture#^1.0.0", |
44 "web-component-tester": "^4.0.0", | 44 "web-component-tester": "^4.0.0", |
45 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 45 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
46 }, | 46 }, |
47 "ignore": [] | 47 "ignore": [] |
48 } | 48 } |
OLD | NEW |