{
    "name": "gitbook-plugin",
    "description": "Sample plugin for GitBook",
    "main": "index.js",
    "version": "0.0.2",
    "engines": {
        "gitbook": "*"
    },
    "homepage": "https://github.com/GitbookIO/gitbook-plugin",
    "repository": {
        "type": "git",
        "url": "https://github.com/GitbookIO/gitbook-plugin.git"
    },
    "license": "Apache 2",
    "bugs": {
        "url": "https://github.com/GitbookIO/gitbook-plugin/issues"
    }
}