OLD | NEW |
1 { | 1 { |
2 "name": "iron-fit-behavior", | 2 "name": "iron-fit-behavior", |
3 "version": "1.0.0", | 3 "version": "1.0.0", |
4 "license": "http://polymer.github.io/LICENSE.txt", | 4 "license": "http://polymer.github.io/LICENSE.txt", |
5 "description": "Fits an element inside another element", | 5 "description": "Fits an element inside another element", |
6 "private": true, | 6 "private": true, |
7 "main": [ | 7 "main": [ |
8 "iron-fit-behavior.html" | 8 "iron-fit-behavior.html" |
9 ], | 9 ], |
10 "keywords": [ | 10 "keywords": [ |
(...skipping 11 matching lines...) Expand all Loading... |
22 "dependencies": { | 22 "dependencies": { |
23 "polymer": "Polymer/polymer#^1.0.0" | 23 "polymer": "Polymer/polymer#^1.0.0" |
24 }, | 24 }, |
25 "devDependencies": { | 25 "devDependencies": { |
26 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", | 26 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
27 "test-fixture": "PolymerElements/test-fixture#^1.0.0", | 27 "test-fixture": "PolymerElements/test-fixture#^1.0.0", |
28 "web-component-tester": "*", | 28 "web-component-tester": "*", |
29 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 29 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
30 } | 30 } |
31 } | 31 } |
OLD | NEW |