OLD | NEW |
1 { | 1 { |
2 "name": "paper-styles", | 2 "name": "paper-styles", |
3 "version": "1.0.3", | 3 "version": "1.0.3", |
4 "description": "Common (global) styles for Material Design elements.", | 4 "description": "Common (global) styles for Material Design elements.", |
5 "authors": [ | 5 "authors": [ |
6 "The Polymer Authors" | 6 "The Polymer Authors" |
7 ], | 7 ], |
8 "keywords": [ | 8 "keywords": [ |
9 "web-component", | 9 "web-component", |
10 "polymer", | 10 "polymer", |
11 "style" | 11 "style" |
12 ], | 12 ], |
13 "main": "paper-styles.html", | 13 "main": "paper-styles.html", |
14 "license": "http://polymer.github.io/LICENSE.txt", | 14 "license": "http://polymer.github.io/LICENSE.txt", |
15 "homepage": "https://github.com/polymerelements/paper-styles/", | 15 "homepage": "https://github.com/polymerelements/paper-styles/", |
16 "ignore": [ | 16 "ignore": [ |
17 "/.*", | 17 "/.*", |
18 "/demo/" | 18 "/demo/" |
19 ], | 19 ], |
20 "dependencies": { | 20 "dependencies": { |
21 "iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0", | 21 "iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0", |
22 "polymer": "Polymer/polymer#^1.0.0" | 22 "polymer": "Polymer/polymer#^1.0.0" |
23 }, | 23 }, |
24 "devDependencies": { | 24 "devDependencies": { |
25 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | 25 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
26 } | 26 } |
27 } | 27 } |
OLD | NEW |