blob: ab34f6707e7bf78e6738d2482f193dc7a8c1dc47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"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. <contact@gitbook.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GitbookIO/gitbook/issues"
}
}
|