OLD | NEW |
(Empty) | |
| 1 { |
| 2 "name": "iron-doc-viewer", |
| 3 "version": "1.0.3", |
| 4 "authors": [ |
| 5 "The Polymer Authors" |
| 6 ], |
| 7 "description": "Elements for rendering Polymer component documentation.", |
| 8 "keywords": [ |
| 9 "web-component", |
| 10 "web-components", |
| 11 "polymer" |
| 12 ], |
| 13 "repository": { |
| 14 "type": "git", |
| 15 "url": "git://github.com/PolymerElements/iron-doc-viewer.git" |
| 16 }, |
| 17 "main": "iron-doc-viewer.html", |
| 18 "license": "http://polymer.github.io/LICENSE.txt", |
| 19 "homepage": "https://github.com/PolymerElements/iron-doc-viewer/", |
| 20 "ignore": [ |
| 21 "/.*", |
| 22 "/tests/" |
| 23 ], |
| 24 "dependencies": { |
| 25 "marked-element": "PolymerElements/marked-element#^1.0.0", |
| 26 "paper-styles": "PolymerElements/paper-styles#^1.0.0", |
| 27 "paper-button": "PolymerElements/paper-button#^1.0.0", |
| 28 "polymer": "Polymer/polymer#^1.0.0", |
| 29 "prism-element": "PolymerElements/prism-element#^1.0.2" |
| 30 }, |
| 31 "devDependencies": { |
| 32 "test-fixture": "PolymerElements/test-fixture#^1.0.0", |
| 33 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
| 34 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0", |
| 35 "web-component-tester": "*" |
| 36 } |
| 37 } |
OLD | NEW |