summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-asciidoc/package.json
blob: 2299f94fb3461af556a105b247fb5a81e105dbce (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
    "name": "gitbook-asciidoc",
    "version": "0.2.1",
    "homepage": "https://www.gitbook.com",
    "description": "Parse AsciiDoc content for gitbook",
    "main": "lib/index.js",
    "dependencies": {
        "q": "1.1.2",
        "lodash": "3.1.0",
        "asciidoctor.js": "1.5.2",
        "cheerio": "0.18.0"
    },
    "devDependencies": {
        "mocha": "1.18.2"
    },
    "scripts": {
        "test": "export TESTING=true; mocha --reporter list"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/GitbookIO/gitbook-asciidoc.git"
    },
    "author": "FriendCode Inc. <contact@gitbook.com>",
    "license": "Apache 2",
    "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"
        }
    ]
}