api-console-assets
Version:
This repo only exists to publish api console components to npm
21 lines (20 loc) • 388 B
JSON
{
"name": "PrismJS/prism",
"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/*"
]
}
}
}