summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-livereload/package.json
blob: 5a4c60e3e21edeb541059765375d1d657e275f1b (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
{
  "name": "gitbook-plugin-livereload",
  "description": "Live reloading for your gitbook",
  "main": "index.js",
  "browser": "./_assets/plugin.js",
  "version": "4.0.0-alpha.2",
  "engines": {
    "gitbook": "*"
  },
  "dependencies": {
    "gitbook-core": "^4.0.0-alpha.2"
  },
  "devDependencies": {
    "gitbook-plugin": "^4.0.0-alpha.2"
  },
  "scripts": {
    "build-js": "gitbook-plugin build ./src/index.js ./_assets/plugin.js",
    "prepublish": "npm run build-js"
  },
  "homepage": "https://github.com/GitbookIO/gitbook",
  "repository": {
    "type": "git",
    "url": "https://github.com/GitbookIO/gitbook.git"
  },
  "license": "Apache 2",
  "bugs": {
    "url": "https://github.com/GitbookIO/gitbook/issues"
  }
}