OLD | NEW |
1 { | 1 { |
2 "name": "paper-spinner", | 2 "name": "paper-spinner", |
3 "version": "1.0.1", | 3 "version": "1.0.1", |
4 "description": "A material design spinner", | 4 "description": "A material design spinner", |
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 13 matching lines...) Expand all Loading... |
24 "paper-styles": "PolymerElements/paper-styles#^1.0.0", | 24 "paper-styles": "PolymerElements/paper-styles#^1.0.0", |
25 "polymer": "Polymer/polymer#^1.0.0" | 25 "polymer": "Polymer/polymer#^1.0.0" |
26 }, | 26 }, |
27 "devDependencies": { | 27 "devDependencies": { |
28 "web-component-tester": "*", | 28 "web-component-tester": "*", |
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 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 31 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
32 } | 32 } |
33 } | 33 } |
OLD | NEW |