summaryrefslogtreecommitdiffstats
path: root/package.json
blob: ad8060ad757617008cd7435e580ce9b62e499e11 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
    "name": "gitbook",
    "version": "2.0.0-alpha",
    "homepage": "https://www.gitbook.com",
    "description": "Library and cmd utility to generate GitBooks",
    "main": "lib/index.js",
    "dependencies": {
        "q": "1.0.1",
        "lunr": "0.5.7",
        "lodash": "2.4.1",
        "graceful-fs": "3.0.5",
        "resolve": "0.6.3",
        "fs-extra": "0.14.0",
        "fstream-ignore": "1.0.2",
        "gitbook-parsers": "1.0.0",
        "nunjucks": "git+https://github.com/SamyPesse/nunjucks.git#4019d1b7379372336b86ce1b0bf84352a2029747",
        "nunjucks-autoescape": "0.1.0",
        "nunjucks-filter": "0.1.0",
        "semver": "2.2.1",
        "npmi": "0.1.1",
        "cheerio": "0.18.0",
        "gitbook-plugin-mathjax": "0.0.6",
        "gitbook-plugin-livereload": "0.0.1"
    },
    "devDependencies": {
        "mocha": "1.18.2",
        "grunt": "~0.4.2",
        "grunt-cli": "0.1.11",
        "grunt-contrib-copy": "0.5.0",
        "grunt-contrib-less": "~0.5.0",
        "grunt-contrib-requirejs": "0.4.1",
        "grunt-bower-install-simple": "0.9.2"
    },
    "scripts": {
        "test": "export TESTING=true; mocha --reporter list"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/GitbookIO/gitbook.git"
    },
    "keywords": [
        "git",
        "book",
        "gitbook"
    ],
    "author": "FriendCode Inc. <contact@gitbook.com>",
    "license": "Apache 2",
    "bugs": {
        "url": "https://github.com/GitbookIO/gitbook/issues"
    },
    "contributors": [
        {
            "name": "Aaron O'Mullan",
            "email": "aaron@gitbook.com"
        },
        {
            "name": "Samy Pessé",
            "email": "samy@gitbook.com"
        }
    ]
}