@asciidoctor/manpage-converter
Version:
Man(ual) page converter for Asciidoctor.js
59 lines (58 loc) • 1.29 kB
JSON
{
"name": "@asciidoctor/manpage-converter",
"version": "1.0.0",
"description": "Man(ual) page converter for Asciidoctor.js",
"main": "dist/main.js",
"engines": {
"node": ">=8.11",
"npm": ">=5.0.0"
},
"files": [],
"scripts": {
"build": "node tasks/build.js",
"test": "mocha",
"lint": "standard test/**.js tasks/**.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Mogztter/asciidoctor-manpage.js.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"asciidoc",
"asciidoctor",
"opal",
"javascript",
"library",
"converter",
"manpage"
],
"authors": [
"Guillaume Grossetie (https://github.com/mogztter)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Mogztter/asciidoctor-manpage.js/issues"
},
"homepage": "https://github.com/Mogztter/asciidoctor-manpage.js",
"devDependencies": {
"@asciidoctor/core": "^2.0.0-rc.1",
"bestikk-download": "1.0.0",
"bestikk-fs": "1.0.0",
"bestikk-log": "0.1.0",
"chai": "^4.2.0",
"mocha": "5.2.0",
"opal-compiler": "^1.0.13",
"standard": "^12.0.1"
},
"peerDependencies": {
"@asciidoctor/core": "^2.0.0-rc.1"
},
"standard": {
"env": {
"mocha": true
}
}
}