highlightjs-chapel
Version:
highlight.js support for Chapel
29 lines (28 loc) • 689 B
JSON
{
"name": "highlightjs-chapel",
"version": "0.1.0",
"description": "highlight.js support for Chapel",
"main": "src/languages/chapel.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chapel-lang/highlightjs-chapel.git"
},
"keywords": [
"chapel",
"highlight.js",
"highlightjs",
"syntax"
],
"author": "Chapel Team, HPE",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/chapel-lang/highlightjs-chapel/issues"
},
"homepage": "https://github.com/chapel-lang/highlightjs-chapel#readme"
}