UNPKG

@asciidoctor/reveal.js

Version:

A reveal.js converter for Asciidoctor.js. Write your slides in AsciiDoc!

64 lines (63 loc) 1.63 kB
{ "name": "@asciidoctor/reveal.js", "version": "5.2.0", "description": "A reveal.js converter for Asciidoctor.js. Write your slides in AsciiDoc!", "main": "dist/main.js", "engines": { "node": ">=16", "npm": ">=8.0.0" }, "bin": { "asciidoctor-revealjs": "npm/asciidoctor-revealjs" }, "files": [ "npm/asciidoctor-revealjs" ], "scripts": { "test": "node test/smoke.js", "examples": "node npm/examples.js", "release:description": "node npm/release/description.js", "release:prepare": "node npm/release/prepare.js", "release:next": "node npm/release/next.js", "package": "npm i @asciidoctor/core && pkg -t node16-linux-x64,node16-macos-x64,node16-win-x64 package.json --out-path dist/" }, "repository": { "type": "git", "url": "https://github.com/asciidoctor/asciidoctor-reveal.js.git" }, "publishConfig": { "access": "public" }, "keywords": [ "asciidoc", "asciidoctor", "opal", "javascript", "library", "backend", "template", "reveal.js" ], "authors": [ "Olivier Bilodeau (https://github.com/obilodeau)", "Guillaume Grossetie (https://github.com/mogztter)" ], "license": "MIT", "bugs": { "url": "https://github.com/asciidoctor/asciidoctor-reveal.js/issues" }, "homepage": "https://github.com/asciidoctor/asciidoctor-reveal.js", "dependencies": { "@asciidoctor/cli": "~4.0", "reveal.js": "4.5.0" }, "devDependencies": { "@asciidoctor/core": "~3.0", "bestikk-log": "0.1.0", "expect.js": "0.3.1", "pkg": "5.8.1" }, "volta": { "node": "16.20.1" } }