summaryrefslogtreecommitdiffstats
path: root/package.json
blob: a86a7258050e812fcc4c43f8a7db51c61af8fe7d (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
62
63
64
65
66
67
68
69
70
71
72
{
    "name": "gitbook",
    "version": "1.3.0",
    "homepage": "http://www.gitbook.io/",
    "description": "Library and cmd utility to generate GitBooks",
    "main": "lib/index.js",
    "dependencies": {
        "q": "1.0.1",
        "lodash": "2.4.1",
        "kramed": "0.4.3",
        "kramed-text-renderer": "0.2.1",
        "lunr": "0.5.2",
        "swig": "1.3.2",
        "send": "0.2.0",
        "fstream-ignore": "0.0.7",
        "commander": "2.2.0",
        "graceful-fs": "3.0.2",
        "fs-extra": "0.10.0",
        "highlight.js": "8.3.0",
        "tmp": "0.0.23",
        "semver": "2.2.1",
        "gaze": "~0.5.1",
        "resolve": "0.6.3",
        "tiny-lr-fork": "0.0.5",
        "gitbook-plugin": "0.0.2",
        "gitbook-plugin-mathjax": "0.0.6",
        "gitbook-plugin-livereload": "0.0.1",
        "gitbook-plugin-exercises": "1.0.0",
        "gitbook-plugin-quizzes": "1.0.0"
    },
    "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",
        "grunt-browserify": "3.1.0",
        "grunt-contrib-uglify": "0.6.0"
    },
    "scripts": {
        "test": "export TESTING=true; mocha --reporter list"
    },
    "bin": {
        "gitbook": "./bin/gitbook.js"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/GitbookIO/gitbook.git"
    },
    "keywords": [
        "git",
        "book",
        "gitbook"
    ],
    "author": "FriendCode <contact@friendco.de>",
    "license": "Apache 2",
    "bugs": {
        "url": "https://github.com/GitbookIO/gitbook/issues"
    },
    "contributors": [
        {
            "name": "Aaron O'Mullan",
            "email": "aaron.omullan@gmail.com"
        },
        {
            "name": "Samy Pessé",
            "email": "samypesse@gmail.com"
        }
    ]
}