{ "name": "@asciidoctor/docbook-converter", "version": "2.0.0", "description": "DocBook 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/asciidoctor/asciidoctor-docbook.js.git" }, "publishConfig": { "access": "public" }, "keywords": [ "asciidoc", "asciidoctor", "opal", "javascript", "library", "converter", "docbook" ], "authors": [ "Guillaume Grossetie (https://github.com/mogztter)" ], "license": "MIT", "bugs": { "url": "https://github.com/asciidoctor/asciidoctor-docbook.js/issues" }, "homepage": "https://github.com/asciidoctor/asciidoctor-docbook.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 } } }