UNPKG

hljs-enhance

Version:

Adds a little extra stuff to highlight.js

44 lines (43 loc) 1.2 kB
{ "name": "hljs-enhance", "version": "2.0.4", "description": "Adds a little extra stuff to highlight.js", "license": "MIT", "type": "module", "module": "hljs-enhance.js", "browser": "hljs-enhance.js", "repository": { "type": "git", "url": "git+https://github.com/center-key/hljs-enhance.git" }, "homepage": "https://github.com/center-key/hljs-enhance", "bugs": "https://github.com/center-key/hljs-enhance/issues", "docs": "https://github.com/center-key/hljs-enhance#readme", "author": "Center Key (https://centerkey.com)", "keywords": [ "highlightjs", "javascript", "syntax-highlighting" ], "jshintConfig": { "esversion": 11, "strict": "implied", "eqeqeq": true, "undef": true, "unused": true, "browser": true, "node": true }, "scripts": { "pretest": "html-validator spec.html docs", "test": "jshint . --exclude-path .gitignore" }, "devDependencies": { "@fortawesome/fontawesome-free": "~6.7", "dna-engine": "~3.2", "highlight.js": "~11.11", "jshint": "~2.13", "w3c-html-validator": "~1.8", "web-ignition": "~2.3" } }