@tibas.london/asciidoctor-cli
Version:
The Asciidoctor.js command line interface
46 lines (45 loc) • 1.12 kB
JSON
{
"name": "@tibas.london/asciidoctor-cli",
"version": "1.5.6-preview.3",
"description": "The Asciidoctor.js command line interface",
"main": "bin/asciidoctorjs",
"files": [
"bin",
"asciidoctor.css"
],
"bin": {
"asciidoctorjs": "bin/asciidoctorjs"
},
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/asciidoctor/asciidoctor-cli.js.git"
},
"keywords": [
"asciidoc",
"asciidoctor",
"asciidoctor-cli",
"opal",
"javascript",
"library"
],
"authors": [
"Dan Allen (https://github.com/mojavelinux)",
"Guillaume Grossetie (https://github.com/mogztter)",
"Anthonny Quérouil (https://github.com/anthonny)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/asciidoctor/asciidoctor-cli.js/issues"
},
"homepage": "https://github.com/asciidoctor/asciidoctor-cli.js",
"dependencies": {
"@tibas.london/fountain": "^0.1.0",
"asciidoctor.js": "1.5.6-preview.3",
"cli": "^0.6.5",
"mkdirp": "^0.5.0"
}
}