UNPKG

asciidoctor-cli

Version:

The command line interface (CLI) for Asciidoctor.js

60 lines (59 loc) 1.41 kB
{ "name": "asciidoctor-cli", "version": "1.5.6-rc.1", "description": "The command line interface (CLI) for Asciidoctor.js", "main": "bin/asciidoctorjs", "engines": { "node": ">=6.12", "npm": ">=3.0.0", "yarn": ">=1.1.0" }, "files": [ "bin", "lib", "asciidoctor.css" ], "bin": { "asciidoctorjs": "bin/asciidoctorjs" }, "preferGlobal": true, "scripts": { "test": "./bin/asciidoctorjs --version && mocha", "lint": "standard bin/* lib/*.js", "prepublishOnly": "node scripts/prepublish.js", "postpublish": "node scripts/postpublish.js" }, "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": { "yargs": "11.0.0" }, "devDependencies": { "asciidoctor.js": "1.5.6", "mocha": "^5.1.1", "standard": "^11.0.1" }, "peerDependencies": { "asciidoctor.js": ">=1.5.6 <1.6" } }