Files
gitbook/packages/gitbook-plugin-search/package.json
T
2016-09-29 16:03:16 +02:00

30 lines
704 B
JSON

{
"name": "gitbook-plugin-search",
"description": "Search integration in GitBook",
"main": "index.js",
"browser": "./_assets/theme.js",
"version": "2.2.1",
"dependencies": {
"gitbook-core": "^0.0.0"
},
"devDependencies": {
"gitbook-plugin": "*"
},
"engines": {
"gitbook": ">=3.0.0"
},
"scripts": {
"build-js": "gitbook-plugin build ./src/index.js ./_assets/theme.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.0",
"bugs": {
"url": "https://github.com/GitbookIO/gitbook/issues"
}
}