-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 925 Bytes
/
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
{
"name": "greedpatch-document",
"version": "1.0.0",
"description": "document for greedpatch",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/greedlab/greedpatch-document.git"
},
"keywords": [
"greedpatch",
"patch",
"greed",
"document"
],
"author": "Bell <bell@greedlab.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/greedlab/greedpatch-document/issues"
},
"homepage": "https://github.com/greedlab/greedpatch-document#readme",
"devDependencies": {
"gitbook-plugin-duoshuo": "^1.6.3",
"gitbook-plugin-fontsettings": "^2.0.0",
"gitbook-plugin-github": "^2.0.0",
"gitbook-plugin-highlight": "^2.0.2",
"gitbook-plugin-mermaid": "0.0.9",
"gitbook-plugin-search-pro": "^1.0.9",
"gitbook-plugin-sharing": "^1.0.2"
}
}