summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-livereload/package.json
blob: 80dc21759b54c8539124ee649b08dc3393ff94db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "gitbook-plugin-livereload",
    "description": "Live reloading for your gitbook",
    "main": "index.js",
    "version": "0.0.1",
    "engines": {
        "gitbook": "*"
    },
    "homepage": "https://github.com/davidagraf/gitbook-plugin-livereload",
    "repository": {
        "type": "git",
        "url": "https://github.com/davidagraf/gitbook-plugin-livereload.git"
    },
    "license": "Apache 2",
    "bugs": {
        "url": "https://github.com/davidagraf/gitbook-plugin-livereload/issues"
    }
}