prism/composer.json

21 lines
388 B
JSON
Raw Normal View History

2017-09-09 17:15:47 +08:00
{
"name": "prismjs/prism",
2017-09-09 17:15:47 +08:00
"description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
"type": "component",
"license": "MIT",
"extra": {
"component": {
"scripts": [
"prism.js"
],
"styles": [
"themes/prism.css"
],
"files": [
"themes/*",
"components/*"
]
}
}
}