{ "name": "gitbook-asciidoc", "version": "4.0.0", "homepage": "https://www.gitbook.com", "description": "Parse AsciiDoc content for gitbook", "main": "lib/index.js", "dependencies": { "asciidoctor.js": "1.5.5-4", "gitbook-html": "4.0.0" }, "scripts": { "test": "mocha --reporter list --bail --compilers js:babel-register", "prepublish": "rm -rf lib/ && babel -d lib/ src/ --source-maps" }, "repository": { "type": "git", "url": "https://github.com/GitbookIO/gitbook.git" }, "author": "GitBook Inc. ", "license": "Apache-2.0", "bugs": { "url": "https://github.com/GitbookIO/gitbook/issues" } }