1
0
hugo/static/bower_components/highlightjs/composer.json

27 lines
669 B
JSON
Raw Normal View History

2024-04-23 13:21:26 +00:00
{
"name": "components/highlightjs",
"description": "Highlight.js highlights syntax in code examples on blogs, forums and in fact on any web pages.",
"type": "component",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Ivan Sagalaev",
"email": "maniac@softwaremaniacs.org",
"homepage": "http://softwaremaniacs.org"
}
],
"extra": {
"component": {
"scripts": [
"highlight.pack.min.js"
],
"files": [
"styles/*"
],
"shim": {
"exports": "hljs"
}
}
}
}