| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Config UI", | 2 "name": "Config UI", |
| 3 "description": "This is a UI for the configuration service", | 3 "description": "This is a UI for the configuration service", |
| 4 "main": "index.html", | 4 "main": "index.html", |
| 5 "dependencies": { | 5 "dependencies": { |
| 6 "polymer": "Polymer/polymer#^2.0.0", | 6 "polymer": "Polymer/polymer#^2.0.0", |
| 7 "app-layout": "PolymerElements/app-layout", | 7 "app-layout": "PolymerElements/app-layout", |
| 8 "paper-search": "Collaborne/paper-search", | 8 "paper-search": "Collaborne/paper-search", |
| 9 "google-signin": "GoogleWebComponents/google-signin", | 9 "google-signin": "GoogleWebComponents/google-signin", |
| 10 "iron-ajax": "PolymerElements/iron-ajax", | 10 "iron-ajax": "PolymerElements/iron-ajax", |
| 11 "paper-item": "^2.0.0", | 11 "paper-item": "^2.0.0", |
| 12 "paper-icon-button": "^2.0.0", | 12 "paper-icon-button": "^2.0.0", |
| 13 "iron-icon": "^2.0.0", | 13 "iron-icon": "^2.0.0", |
| 14 "iron-icons": "2.0.0", | 14 "iron-icons": "2.0.0", |
| 15 "iron-iconset-svg": "2.0.0", | 15 "iron-iconset-svg": "2.0.0", |
| 16 "iron-flex-layout": "2.0.0", | 16 "iron-flex-layout": "2.0.0", |
| 17 "iron-meta": "2.0.0", | 17 "iron-meta": "2.0.0", |
| 18 "app-route": "PolymerElements/app-route#^2.0.0" | 18 "app-route": "PolymerElements/app-route#^2.0.0", |
| 19 "paper-spinner": "PolymerElements/paper-spinner#^2.0.0", |
| 20 "paper-card": "PolymerElements/paper-card#^2.0.0" |
| 19 }, | 21 }, |
| 20 "devDependencies": { | 22 "devDependencies": { |
| 21 "web-component-tester": "Polymer/web-component-tester#^6.0.0", | 23 "web-component-tester": "Polymer/web-component-tester#^6.0.0", |
| 22 "webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0" | 24 "webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0" |
| 23 }, | 25 }, |
| 24 "resolutions": { | 26 "resolutions": { |
| 25 "polymer": "^2.0.0", | 27 "polymer": "^2.0.0", |
| 26 "iron-flex-layout": "^2.0.0", | 28 "iron-flex-layout": "^2.0.0", |
| 27 "webcomponentsjs": "^1.0.0", | 29 "webcomponentsjs": "^1.0.0", |
| 28 "iron-icon": "^2.0.0", | 30 "iron-icon": "^2.0.0", |
| 29 "iron-a11y-keys-behavior": "^2.0.1", | 31 "iron-a11y-keys-behavior": "^2.0.1", |
| 30 "paper-ripple": "^2.0.0", | 32 "paper-ripple": "^2.0.0", |
| 31 "paper-styles": "^2.0.0", | 33 "paper-styles": "^2.0.0", |
| 32 "iron-iconset-svg": "2.0.0", | 34 "iron-iconset-svg": "2.0.0", |
| 33 "iron-meta": "2.0.0" | 35 "iron-meta": "2.0.0" |
| 34 } | 36 } |
| 35 } | 37 } |
| OLD | NEW |