39 lines
1011 B
JSON
39 lines
1011 B
JSON
{
|
|
"name": "@honkit/honkit-plugin-highlight",
|
|
"description": "Default code highlighter for HonKit",
|
|
"version": "6.0.2",
|
|
"homepage": "https://github.com/honkit/honkit",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/honkit/honkit.git"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/honkit/honkit/issues"
|
|
},
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js",
|
|
"css"
|
|
],
|
|
"dependencies": {
|
|
"highlight.js": "^11.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"less": "^3.13.1"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build:less --scripts-prepend-node-path && npm run build:css --scripts-prepend-node-path",
|
|
"build:less": "node ./scripts/build-less.js",
|
|
"build:css": "lessc ./less/website.less ./css/website.css && lessc ./less/ebook.less ./css/ebook.css",
|
|
"prepublish": "npm run build"
|
|
},
|
|
"engines": {
|
|
"gitbook": ">=2.4.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "9dcd51c588177ee3a684788c633a67b82dea82a5"
|
|
}
|