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

39 lines
838 B
JSON
Raw Normal View History

2016-02-03 16:00:01 -07:00
{
"name": "prism",
"main": [
"prism.js",
"themes/prism.css"
],
"homepage": "http://prismjs.com",
"authors": "Lea Verou",
"description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/PrismJS/prism.git"
},
"ignore": [
"**/.*",
"img",
"templates",
"CNAME",
"*.html",
"style.css",
"favicon.png",
"logo.svg",
"download.js",
"prefixfree.min.js",
"utopia.js",
"code.js"
],
"version": "1.4.1",
"_release": "1.4.1",
"_resolution": {
"type": "version",
"tag": "v1.4.1",
"commit": "97b0eb5a1a74760c5c0f37f82116679b33876634"
},
"_source": "git://github.com/LeaVerou/prism.git",
"_target": "*",
"_originalSource": "prism"
}