webdash-readme-preview
Version:
Preview your README.md straight from the dashboard
57 lines (56 loc) • 1.58 kB
JSON
{
"name": "marked-element",
"version": "2.3.4",
"description": "Element wrapper for the marked library",
"private": true,
"authors": [
"The Polymer Project Authors (https://polymer.github.io/AUTHORS.txt)"
],
"keywords": [
"web-components",
"polymer",
"marked",
"markdown",
"container",
"wrapper"
],
"license": "https://polymer.github.io/LICENSE.txt",
"main": "marked-element.html",
"repository": {
"type": "git",
"url": "git://github.com/PolymerElements/marked-element.git"
},
"dependencies": {
"marked": "~0.3.9",
"polymer": "Polymer/polymer#1.9 - 2"
},
"devDependencies": {
"paper-styles": "PolymerElements/paper-styles#1 - 2",
"iron-component-page": "PolymerElements/iron-component-page#1 - 2",
"test-fixture": "PolymerElements/test-fixture#^3.0.0-rc.1",
"web-component-tester": "^6.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0"
},
"variants": {
"1.x": {
"dependencies": {
"marked": "~0.3.9",
"polymer": "Polymer/polymer#^1.9"
},
"devDependencies": {
"paper-styles": "PolymerElements/paper-styles#^1.0.4",
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"test-fixture": "polymerelements/test-fixture#^1.0.0",
"web-component-tester": "^5.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"resolutions": {
"webcomponentsjs": "^0.7"
}
}
},
"ignore": [],
"resolutions": {
"webcomponentsjs": "^1.0.0"
}
}