| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "iron-range-behavior", | 2 "name": "iron-range-behavior", |
| 3 "version": "1.0.1", | 3 "version": "1.0.1", |
| 4 "license": "http://polymer.github.io/LICENSE.txt", | 4 "license": "http://polymer.github.io/LICENSE.txt", |
| 5 "description": "Provides a behavior for something with a minimum and maximum v
alue", | 5 "description": "Provides a behavior for something with a minimum and maximum v
alue", |
| 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 "behavior" | 10 "behavior" |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 "polymer": "Polymer/polymer#^1.0.0" | 21 "polymer": "Polymer/polymer#^1.0.0" |
| 22 }, | 22 }, |
| 23 "devDependencies": { | 23 "devDependencies": { |
| 24 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", | 24 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
| 25 "iron-input": "PolymerElements/iron-input#^1.0.0", | 25 "iron-input": "PolymerElements/iron-input#^1.0.0", |
| 26 "test-fixture": "PolymerElements/test-fixture#^1.0.0", | 26 "test-fixture": "PolymerElements/test-fixture#^1.0.0", |
| 27 "web-component-tester": "*", | 27 "web-component-tester": "*", |
| 28 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 28 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
| 29 } | 29 } |
| 30 } | 30 } |
| OLD | NEW |