mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 01:53:26 +00:00
25 lines
538 B
JSON
25 lines
538 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|