| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "paper-input", | 2 "name": "paper-input", |
| 3 "version": "1.0.0", | 3 "version": "1.0.3", |
| 4 "description": "Material design text fields", | 4 "description": "Material design text fields", |
| 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", |
| 11 "input" | 11 "input" |
| 12 ], | 12 ], |
| 13 "main": [ | 13 "main": [ |
| (...skipping 21 matching lines...) Expand all Loading... |
| 35 }, | 35 }, |
| 36 "devDependencies": { | 36 "devDependencies": { |
| 37 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", | 37 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
| 38 "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0", | 38 "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0", |
| 39 "iron-validator-behavior": "PolymerElements/iron-validator-behavior#^1.0.0", | 39 "iron-validator-behavior": "PolymerElements/iron-validator-behavior#^1.0.0", |
| 40 "test-fixture": "PolymerElements/test-fixture#^1.0.0", | 40 "test-fixture": "PolymerElements/test-fixture#^1.0.0", |
| 41 "web-component-tester": "*", | 41 "web-component-tester": "*", |
| 42 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 42 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
| 43 } | 43 } |
| 44 } | 44 } |
| OLD | NEW |