UNPKG

asciidoctor-external-callout

Version:

Asciidoctor extension that adds support for callouts added outside the listing block.

30 lines (29 loc) 733 B
{ "name": "asciidoctor-external-callout", "version": "1.2.2", "description": "Asciidoctor extension that adds support for callouts added outside the listing block.", "main": "asciidoctor-external-callout.js", "scripts": { "test": "jest" }, "keywords": [ "asciidoc", "asciidoctor", "callouts", "listing" ], "author": "Ray Offiah", "homepage": "https://github.com/RayOffiah/asciidoctor-external-callout-js#readme", "repository": { "type": "git", "url": "git+https://github.com/RayOffiah/asciidoctor-external-callout-js" }, "license": "MIT", "dependencies": { "@asciidoctor/core": "^2.2.6" }, "devDependencies": { "@types/jest": "^28.1.0", "jest": "^28.1.0" } }