-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
48 lines (48 loc) · 1.03 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
43
44
45
46
47
48
{
"name": "gitbook-plugin-fancybox",
"version": "3.0.1",
"description": "A gitbook plugin to show image by graceful jQuery fancy box",
"keywords": [
"gitbook",
"plugin",
"fancybox",
"image",
"jquery"
],
"engines": {
"gitbook": ">=3.0.0-pre.0"
},
"author": "LingyuCoder",
"license": "MIT",
"dependencies": {
"cheerio": "~0.19.0",
"multiline": "~1.0.2",
"underscore": "~1.8.3"
},
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/ly-tools/gitbook-plugin-fancybox.git"
},
"bugs": {
"url": "https://github.com/ly-tools/gitbook-plugin-fancybox/issues"
},
"homepage": "https://github.com/ly-tools/gitbook-plugin-fancybox",
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"gitbook": {
"properties": {
"helpers": {
"type": "object",
"default": {
"buttons": {}
}
}
}
}
}