forked from GitbookIO/plugin-lunr
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 968 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 968 Bytes
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
30
31
32
33
34
35
{
"name": "gitbook-plugin-search-jieba",
"description": "Gitbook 中文搜索插件",
"main": "index.js",
"version": "1.0.3",
"engines": {
"gitbook": ">=3.0.0-pre.0"
},
"dependencies": {
"gitbook-plugin-search": "*",
"lodash": "^4.13.1",
"nodejieba": "^2.0.0",
"pouchdb": "^5.4.1",
"pouchdb-load": "^1.4.5",
"pouchdb-replication-stream": "^1.2.6",
"pouchdb-upsert": "^2.0.0",
"rimraf": "^2.5.2"
},
"homepage": "https://github.com/007pig/plugin-jieba",
"repository": {
"type": "git",
"url": "https://github.com/007pig/plugin-jieba.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/007pig/plugin-jieba/issues"
},
"gitbook": {
"properties": {}
},
"scripts": {
"prepublish": "cp node_modules/pouchdb/dist/pouchdb.min.js ./assets/pouchdb.min.js && cp node_modules/pouchdb-load/dist/pouchdb.load.min.js ./assets/pouchdb.load.min.js"
},
"devDependencies": {}
}