summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-search/package.json
blob: df84726175ac8abdb976c4f844369e7c985d9572 (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
{
  "name": "gitbook-plugin-search",
  "description": "Search integration in GitBook",
  "main": "index.js",
  "version": "2.0.0",
  "dependencies": {
      "gitbook-core": "^0.0.0"
  },
  "devDependencies": {
    "gitbook-plugin": "*"
  },
  "engines": {
    "gitbook": ">=3.0.0"
  },
  "homepage": "https://github.com/GitbookIO/gitbook",
  "repository": {
    "type": "git",
    "url": "https://github.com/GitbookIO/gitbook.git"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/GitbookIO/gitbook/issues"
  }
}