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