summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-markdown/package.json
blob: f1506f824adad88fd013c521f8b8c2fe53bfe7cb (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
39
40
41
42
{
    "name": "gitbook-markdown",
    "version": "0.2.1",
    "homepage": "https://www.gitbook.com",
    "description": "Parse markdown content for gitbook",
    "main": "lib/index.js",
    "dependencies": {
        "q": "1.0.1",
        "lodash": "2.4.1",
        "kramed": "0.4.3",
        "kramed-text-renderer": "0.2.1",
        "highlight.js": "8.4.0"
    },
    "devDependencies": {
        "mocha": "1.18.2"
    },
    "scripts": {
        "test": "export TESTING=true; mocha --reporter list"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/GitbookIO/gitbook-markdown.git"
    },
    "author": "FriendCode Inc. <contact@gitbook.com>",
    "license": "Apache 2",
    "bugs": {
        "url": "https://github.com/GitbookIO/gitbook-markdown/issues"
    },
    "contributors": [
        {
            "name": "Aaron O'Mullan",
            "email": "aaron@gitbook.com"
        },
        {
            "name": "Samy Pessé",
            "email": "samy@gitbook.com"
        }
    ],
    "browser": {
        "highlight.js": false
    }
}