highlightjs-badge
Version:
This small JavaScript library that complements the [highlighJs Syntax Highligher](https://highlightjs.org/) by providing an overlay badge that lets you copy code to the clipboard and display the active Syntax language.
19 lines (18 loc) • 752 B
JSON
{
"name": "highlightjs-badge",
"version": "0.1.9",
"description": "This small JavaScript library that complements the [highlighJs Syntax Highligher](https://highlightjs.org/) by providing an overlay badge that lets you copy code to the clipboard and display the active Syntax language.",
"main": "highlightjs-badge.js",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.26.12",
"uglify-js": "^3.10.4"
},
"scripts": {
"build": "uglifyjs --compress --mangle -o highlightjs-badge.min.js -- highlightjs-badge.js",
"start": "browser-sync start --server --files '*.htm*, *.css, *.js' --port 5021",
"start-dotnet": "livereloadserver"
},
"author": "Rick Strahl, West Wind Technologies",
"license": "MIT"
}