You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
669 B

8 years ago
{
"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"
}
}
}
}