jellyfin-web/dashboard-ui/bower_components/prism-element/bower.json

37 lines
957 B
JSON
Raw Normal View History

2016-02-03 16:00:01 -07:00
{
"name": "prism-element",
"description": "Prism.js import and syntax highlighting",
2016-06-09 09:13:25 -07:00
"version": "1.1.0",
2016-02-03 16:00:01 -07:00
"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": "*",
2016-06-09 09:13:25 -07:00
"polymer": "Polymer/polymer#^1.5.0"
2016-02-03 16:00:01 -07:00
},
"devDependencies": {
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
2016-05-28 10:31:38 -07:00
"paper-styles": "PolymerElements/paper-styles#^1.0.0",
"web-component-tester": "^4.0.0"
2016-02-03 16:00:01 -07:00
}
}