Files
cdnjs/ajax/libs/prism/package.json
T

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"
}
]
}