{
    "name": "gitbook-restructuredtext",
    "version": "0.2.3",
    "homepage": "https://www.gitbook.com",
    "description": "Parse reStructuredText content for gitbook",
    "main": "lib/index.js",
    "dependencies": {
        "q": "^1.1.2",
        "lodash": "^3.2.0",
        "cheerio": "^0.19.0",
        "tmp": "0.0.24"
    },
    "devDependencies": {
        "mocha": "1.18.2"
    },
    "scripts": {
        "test": "export TESTING=true; mocha --reporter list"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/GitbookIO/gitbook-restructuredtext.git"
    },
    "author": "FriendCode Inc. <contact@gitbook.com>",
    "license": "Apache 2",
    "bugs": {
        "url": "https://github.com/GitbookIO/gitbook-restructuredtext/issues"
    },
    "contributors": [
        {
            "name": "Aaron O'Mullan",
            "email": "aaron@gitbook.com"
        },
        {
            "name": "Samy Pessé",
            "email": "samy@gitbook.com"
        }
    ]
}
