| OLD | NEW |
| (Empty) |
| 1 { | |
| 2 "name": "paper-material", | |
| 3 "version": "1.0.0", | |
| 4 "description": "A material design container that looks like a lifted sheet of
paper", | |
| 5 "private": true, | |
| 6 "authors": [ | |
| 7 "The Polymer Authors" | |
| 8 ], | |
| 9 "keywords": [ | |
| 10 "web-components", | |
| 11 "web-component", | |
| 12 "polymer", | |
| 13 "paper", | |
| 14 "container" | |
| 15 ], | |
| 16 "main": [ | |
| 17 "paper-material.html" | |
| 18 ], | |
| 19 "repository": { | |
| 20 "type": "git", | |
| 21 "url": "git://github.com/PolymerElements/paper-material" | |
| 22 }, | |
| 23 "license": "http://polymer.github.io/LICENSE.txt", | |
| 24 "homepage": "https://github.com/PolymerElements/paper-material", | |
| 25 "ignore": [], | |
| 26 "dependencies": { | |
| 27 "paper-styles": "polymerelements/paper-styles#^1.0.0", | |
| 28 "polymer": "Polymer/polymer#^1.0.0" | |
| 29 }, | |
| 30 "devDependencies": { | |
| 31 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", | |
| 32 "test-fixture": "polymerelements/test-fixture#^1.0.0", | |
| 33 "web-component-tester": "*", | |
| 34 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | |
| 35 } | |
| 36 } | |
| OLD | NEW |