| OLD | NEW |
| (Empty) |
| 1 { | |
| 2 "name": "paper-item", | |
| 3 "version": "1.0.1", | |
| 4 "description": "A material-design styled list item", | |
| 5 "authors": [ | |
| 6 "The Polymer Authors" | |
| 7 ], | |
| 8 "keywords": [ | |
| 9 "web-components", | |
| 10 "polymer", | |
| 11 "item" | |
| 12 ], | |
| 13 "main": [ | |
| 14 "paper-item.html", | |
| 15 "paper-icon-item.html", | |
| 16 "paper-item-body.html" | |
| 17 ], | |
| 18 "private": true, | |
| 19 "repository": { | |
| 20 "type": "git", | |
| 21 "url": "git://github.com/PolymerElements/paper-item" | |
| 22 }, | |
| 23 "license": "MIT", | |
| 24 "homepage": "https://github.com/PolymerElements/paper-item", | |
| 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-icon": "PolymerElements/iron-icon#^1.0.0", | |
| 32 "iron-icons": "PolymerElements/iron-icons#^1.0.0", | |
| 33 "paper-checkbox": "PolymerElements/paper-checkbox#^1.0.0", | |
| 34 "paper-toggle-button": "PolymerElements/paper-toggle-button#^1.0.0", | |
| 35 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", | |
| 36 "test-fixture": "PolymerElements/test-fixture#^1.0.0", | |
| 37 "web-component-tester": "*", | |
| 38 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" | |
| 39 } | |
| 40 } | |
| OLD | NEW |