OLD | NEW |
1 { | 1 { |
2 "name": "iron-media-query", | 2 "name": "iron-media-query", |
3 "version": "1.0.1", | 3 "version": "1.0.1", |
4 "description": "Lets you bind to a CSS media query", | 4 "description": "Lets you bind to a CSS media query", |
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 "polymer", | 10 "polymer", |
(...skipping 10 matching lines...) Expand all Loading... |
21 "dependencies": { | 21 "dependencies": { |
22 "polymer": "Polymer/polymer#^1.0.0" | 22 "polymer": "Polymer/polymer#^1.0.0" |
23 }, | 23 }, |
24 "devDependencies": { | 24 "devDependencies": { |
25 "web-component-tester": "*", | 25 "web-component-tester": "*", |
26 "test-fixture": "PolymerElements/test-fixture#^1.0.0", | 26 "test-fixture": "PolymerElements/test-fixture#^1.0.0", |
27 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", | 27 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
28 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 28 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
29 } | 29 } |
30 } | 30 } |
OLD | NEW |