| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "paper-slider", | 2 "name": "paper-slider", |
| 3 "version": "1.0.1", | 3 "version": "1.0.1", |
| 4 "description": "A material design-style slider", | 4 "description": "A material design-style slider", |
| 5 "license": "http://polymer.github.io/LICENSE.txt", | 5 "license": "http://polymer.github.io/LICENSE.txt", |
| 6 "authors": "The Polymer Authors", | 6 "authors": "The Polymer Authors", |
| 7 "keywords": [ | 7 "keywords": [ |
| 8 "web-components", | 8 "web-components", |
| 9 "polymer", | 9 "polymer", |
| 10 "slider", | 10 "slider", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 "paper-styles": "PolymerElements/paper-styles#^1.0.0", | 25 "paper-styles": "PolymerElements/paper-styles#^1.0.0", |
| 26 "iron-behaviors": "PolymerElements/iron-behaviors#^1.0.0" | 26 "iron-behaviors": "PolymerElements/iron-behaviors#^1.0.0" |
| 27 }, | 27 }, |
| 28 "devDependencies": { | 28 "devDependencies": { |
| 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 "web-component-tester": "*", | 31 "web-component-tester": "*", |
| 32 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 32 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
| 33 } | 33 } |
| 34 } | 34 } |
| OLD | NEW |