| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "paper-dialog-behavior", | 2 "name": "paper-dialog-behavior", |
| 3 "version": "1.0.2", | 3 "version": "1.0.4", |
| 4 "description": "Implements a behavior used for material design dialogs", | 4 "description": "Implements a behavior used for material design dialogs", |
| 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 "dialog", | 9 "dialog", |
| 10 "overlay", | 10 "overlay", |
| 11 "behavior" | 11 "behavior" |
| 12 ], | 12 ], |
| 13 "main": [ | 13 "main": [ |
| (...skipping 14 matching lines...) Expand all Loading... |
| 28 }, | 28 }, |
| 29 "devDependencies": { | 29 "devDependencies": { |
| 30 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", | 30 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
| 31 "paper-button": "PolymerElements/paper-button#^1.0.0", | 31 "paper-button": "PolymerElements/paper-button#^1.0.0", |
| 32 "paper-dialog-scrollable": "PolymerElements/paper-dialog-scrollable#^1.0.0", | 32 "paper-dialog-scrollable": "PolymerElements/paper-dialog-scrollable#^1.0.0", |
| 33 "test-fixture": "PolymerElements/test-fixture#^1.0.0", | 33 "test-fixture": "PolymerElements/test-fixture#^1.0.0", |
| 34 "web-component-tester": "*", | 34 "web-component-tester": "*", |
| 35 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 35 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
| 36 } | 36 } |
| 37 } | 37 } |
| OLD | NEW |