{ "name": "gitbook-markdown", "version": "4.0.0", "homepage": "https://www.gitbook.com", "description": "Markdown parser interface for GitBook", "main": "lib/index.js", "dependencies": { "gitbook-html": "4.0.0", "markdown-escape": "^1.0.1", "markup-it": "3.2.0", "slate": "^0.16.8" }, "scripts": { "test": "mocha --reporter list --bail --compilers js:babel-register" }, "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" } }