mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
39 lines
838 B
JSON
39 lines
838 B
JSON
{
|
|
"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"
|
|
} |