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