-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 988 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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "gitbook-plugin-iuap-design",
"version": "1.4.7",
"description": "gitbook plugin for iuap-design",
"main": "index.js",
"engines": {
"gitbook": ">1.x.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iuap-design/gitbook-plugin-iuap-design.git"
},
"keywords": [
"gitbook",
"plugin",
"iuap-design"
],
"dependencies": {
"cheerio": "*",
"underscore": "*"
},
"author": "Yonyou FED",
"contributors": [
{
"email": "guoyff@yonyou.com",
"name": "GuoYongfeng"
},
{
"email": "liuyk@yonyou.com",
"name": "LiuYueKai"
},
{
"email": "leewei2020@gmail.com",
"name": "onvno"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/iuap-design/gitbook-plugin-iuap-design/issues"
},
"homepage": "https://github.com/iuap-design/gitbook-plugin-iuap-design#readme"
}