UNPKG

@jasoftware/jas-syntax-highlight

Version:
26 lines (25 loc) 504 B
{ "name": "jas-syntax-highlight", "description": "Syntax Highligher (Polymer 2.0) using highlightjs Library", "main": "jas-syntax-highlight.html", "authors": [ "Jonathan Homer <homer.jonathan@gmail.com>" ], "homepage": "https://jasoftware.com", "license": "MIT", "keywords": [ "Syntax", "highlightjs", "Source code" ], "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ], "dependencies": { "highlightjs": "8.5" } }