1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
{
"name": "gitbook-asciidoc",
"version": "1.0.2",
"homepage": "https://www.gitbook.com",
"description": "Parse AsciiDoc content for gitbook",
"main": "lib/index.js",
"dependencies": {
"lodash": "^3.2.0",
"asciidoctor.js": "1.5.5-1",
"gitbook-html": "1.1.0"
},
"devDependencies": {
"mocha": "2.3.2"
},
"scripts": {
"test": "export TESTING=true; mocha --reporter list --bail"
},
"repository": {
"type": "git",
"url": "https://github.com/GitbookIO/gitbook-asciidoc.git"
},
"author": "FriendCode Inc. <contact@gitbook.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GitbookIO/gitbook-asciidoc/issues"
},
"contributors": [
{
"name": "Aaron O'Mullan",
"email": "aaron@gitbook.com"
},
{
"name": "Samy Pessé",
"email": "samy@gitbook.com"
}
]
}
|