jellyfin-web/dashboard-ui/bower_components/prism-element/.bower.json
2016-06-09 12:13:25 -04:00

45 lines
1.2 KiB
JSON

{
"name": "prism-element",
"description": "Prism.js import and syntax highlighting",
"version": "1.1.0",
"authors": [
"The Polymer Project Authors (https://polymer.github.io/AUTHORS.txt)"
],
"keywords": [
"web-components",
"polymer",
"prism",
"molecule"
],
"repository": {
"type": "git",
"url": "git://github.com/PolymerElements/prism-element.git"
},
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/PolymerElements/prism-highlighter",
"main": "prism-highlighter.html",
"ignore": [
"/.*",
"/test/",
"/demo/"
],
"dependencies": {
"prism": "*",
"polymer": "Polymer/polymer#^1.5.0"
},
"devDependencies": {
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"paper-styles": "PolymerElements/paper-styles#^1.0.0",
"web-component-tester": "^4.0.0"
},
"_release": "1.1.0",
"_resolution": {
"type": "version",
"tag": "v1.1.0",
"commit": "4c9366c79db87cb5eee3263452875b951b9741ed"
},
"_source": "git://github.com/PolymerElements/prism-element.git",
"_target": "^1.0.0",
"_originalSource": "PolymerElements/prism-element"
}