mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 18:56:05 +10:00
32 lines
629 B
JSON
32 lines
629 B
JSON
{
|
|
"name": "prism",
|
|
"title": "Prism",
|
|
"filename": "prism.min.js",
|
|
"version": "0.0.1",
|
|
"description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
|
|
"homepage": "http://prismjs.com/",
|
|
"keywords": [
|
|
"prism",
|
|
"prismjs",
|
|
"prism.js",
|
|
"highlight"
|
|
],
|
|
"author": {
|
|
"name": "Lea Verou",
|
|
"web": "http://lea.verou.me"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/LeaVerou/prism.git"
|
|
}
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/LeaVerou/prism/blob/gh-pages/LICENSE"
|
|
}
|
|
]
|
|
|
|
}
|