1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "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"
- }
|