forked from lwdgit/gitbook-plugin-search-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.1 KB
/
package.json
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
36
37
38
39
40
41
42
{
"name": "gitbook-plugin-search-plus-normal",
"version": "1.0.5",
"description": "gitbook powerful search plugin",
"main": "index.js",
"scripts": {
"start": "cd examples&&npm install&&npm start",
"test": "echo \"Error: no test specified\" && exit 1",
"add": "git add -A",
"standard": "standard --fix assets/search.js, index.js",
"pages:build": "cd examples&&npm install&&npm run build",
"pages:push": "git subtree --prefix=examples push pages gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cyqresig/gitbook-plugin-search-plus.git"
},
"engines": {
"gitbook": ">=3.0.0"
},
"dependencies": {
"html-entities": "1.2.0"
},
"devDependencies": {
"pre-commit": "^1.2.2",
"standard": "^9.0.2"
},
"pre-commit": {
"run": [
"standard",
"pages:build",
"add"
],
"silent": true
},
"author": "cyqresig",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cyqresig/gitbook-plugin-search-plus/issues"
},
"homepage": "https://github.com/cyqresig/gitbook-plugin-search-plus#readme"
}