OLD | NEW |
(Empty) | |
| 1 { |
| 2 "name": "marked-element", |
| 3 "version": "1.0.2", |
| 4 "description": "Element wrapper for the marked library", |
| 5 "private": true, |
| 6 "authors": [ |
| 7 "The Polymer Project Authors (https://polymer.github.io/AUTHORS.txt)" |
| 8 ], |
| 9 "keywords": [ |
| 10 "web-components", |
| 11 "polymer", |
| 12 "marked", |
| 13 "markdown", |
| 14 "container", |
| 15 "wrapper" |
| 16 ], |
| 17 "dependencies": { |
| 18 "marked": "~0.3.3", |
| 19 "polymer": "Polymer/polymer#^1.0.0" |
| 20 }, |
| 21 "license": "https://polymer.github.io/LICENSE.txt", |
| 22 "main": "marked-element.html", |
| 23 "repository": { |
| 24 "type": "git", |
| 25 "url": "git://github.com/PolymerElements/marked-element.git" |
| 26 }, |
| 27 "devDependencies": { |
| 28 "paper-styles": "PolymerElements/paper-styles#^1.0.4", |
| 29 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
| 30 "test-fixture": "polymerelements/test-fixture#^1.0.0", |
| 31 "web-component-tester": "*", |
| 32 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
| 33 } |
| 34 } |
OLD | NEW |