OLD | NEW |
1 { | 1 { |
2 "name": "iron-flex-layout", | 2 "name": "iron-flex-layout", |
3 "version": "1.0.1", | 3 "version": "1.0.1", |
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 "dependencies": { | 15 "dependencies": { |
16 "polymer": "Polymer/polymer#^1.0.0" | 16 "polymer": "Polymer/polymer#^1.0.0" |
17 }, | 17 }, |
18 "devDependencies": { | 18 "devDependencies": { |
19 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 19 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
20 } | 20 } |
21 } | 21 } |
OLD | NEW |