| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "paper-behaviors", | 2 "name": "paper-behaviors", |
| 3 "version": "1.0.11", | 3 "version": "1.0.12", |
| 4 "description": "Common behaviors across the paper elements", | 4 "description": "Common behaviors across the paper elements", |
| 5 "authors": [ | 5 "authors": [ |
| 6 "The Polymer Authors" | 6 "The Polymer Authors" |
| 7 ], | 7 ], |
| 8 "main": [ | 8 "main": [ |
| 9 "paper-button-behavior.html", | 9 "paper-button-behavior.html", |
| 10 "paper-checked-element-behavior.html", | 10 "paper-checked-element-behavior.html", |
| 11 "paper-inky-focus-behavior.html" | 11 "paper-inky-focus-behavior.html" |
| 12 ], | 12 ], |
| 13 "keywords": [ | 13 "keywords": [ |
| (...skipping 19 matching lines...) Expand all Loading... |
| 33 "devDependencies": { | 33 "devDependencies": { |
| 34 "iron-component-page": "polymerelements/iron-component-page#^1.0.0", | 34 "iron-component-page": "polymerelements/iron-component-page#^1.0.0", |
| 35 "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0", | 35 "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0", |
| 36 "paper-material": "PolymerElements/paper-material#^1.0.0", | 36 "paper-material": "PolymerElements/paper-material#^1.0.0", |
| 37 "test-fixture": "PolymerElements/test-fixture#^1.0.0", | 37 "test-fixture": "PolymerElements/test-fixture#^1.0.0", |
| 38 "web-component-tester": "^4.0.0", | 38 "web-component-tester": "^4.0.0", |
| 39 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 39 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
| 40 }, | 40 }, |
| 41 "ignore": [] | 41 "ignore": [] |
| 42 } | 42 } |
| OLD | NEW |