OLD | NEW |
1 { | 1 { |
2 "name": "iron-flex-layout", | 2 "name": "iron-flex-layout", |
3 "version": "1.0.1", | 3 "version": "1.0.2", |
4 "description": "Provide flexbox-based layouts", | 4 "description": "Provide flexbox-based layouts", |
5 "keywords": [ | 5 "keywords": [ |
6 "web-components", | 6 "web-components", |
7 "polymer", | 7 "polymer", |
8 "layout" | 8 "layout" |
9 ], | 9 ], |
10 "private": true, | 10 "private": true, |
11 "license": "http://polymer.github.io/LICENSE.txt", | 11 "license": "http://polymer.github.io/LICENSE.txt", |
12 "authors": [ | 12 "authors": [ |
13 "The Polymer Authors" | 13 "The Polymer Authors" |
14 ], | 14 ], |
| 15 "repository": { |
| 16 "type": "git", |
| 17 "url": "git://github.com/PolymerElements/iron-flex-layout.git" |
| 18 }, |
15 "dependencies": { | 19 "dependencies": { |
16 "polymer": "Polymer/polymer#^1.0.0" | 20 "polymer": "Polymer/polymer#^1.0.0" |
17 }, | 21 }, |
18 "devDependencies": { | 22 "devDependencies": { |
| 23 "paper-styles": "polymerelements/paper-styles#^1.0.0", |
19 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 24 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
20 } | 25 } |
21 } | 26 } |
OLD | NEW |