UNPKG

asciidoctor-html5s

Version:

Semantic HTML5 backend (converter) for Asciidoctor

39 lines (38 loc) 944 B
{ "name": "asciidoctor-html5s", "version": "0.5.1", "description": "Semantic HTML5 backend (converter) for Asciidoctor", "author": "Jakub Jirutka <jakub@jirutka.cz>", "license": "MIT", "homepage": "https://github.com/jirutka/asciidoctor-html5s", "bugs": { "url": "https://github.com/jirutka/asciidoctor-html5s/issues" }, "repository": { "type": "git", "url": "git+https://github.com/jirutka/asciidoctor-html5s.git" }, "keywords": [ "asciidoc", "asciidoctor", "template", "backend", "html5", "opal" ], "main": "dist/asciidoctor-html5s.js", "files": [ "dist/asciidoctor-html5s.js", "LICENSE", "README.md" ], "scripts": { "prepublishOnly": "bundle install && bundle exec rake build:js && bundle exec rake readme2md" }, "devDependencies": { "@asciidoctor/core": ">=2.0.0 <3.0.0" }, "peerDependencies": { "@asciidoctor/core": ">=2.0.0 <3.0.0" } }