-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "gitbook-plugin-mermaid-cli",
"description": "Pipe wrapper for mermaid.cli",
"main": "index.js",
"version": "1.0.15",
"engines": {
"gitbook": ">=3.0.0"
},
"homepage": "https://github.com/miao1007/gitbook-plugin-mermaid-cli",
"repository": {
"type": "git",
"url": "https://github.com/miao1007/gitbook-plugin-mermaid-cli.git"
},
"dependencies": {
"mermaid.cli": "^0.5.1"
},
"devDependencies": {
"gitbook-tester": "1.4.2"
},
"scripts": {
"test": "node spec/simple.js"
},
"config": {
"NPM_CONFIG_PUPPETEER_SKIP_CHROMIUM_DOWNLOAD": true
},
"gitbook": {
"properties": {
"chromeDir": {
"type": "string",
"default": "",
"description": "Chrome exec path(not null)"
},
"chromeArgs": {
"type": "array",
"default": "",
"description": "eg: [\"--no-sandbox\"], see full at http://peter.sh/experiments/chromium-command-line-switches/"
},
"mermaidArgs": {
"type": "array",
"default": "",
"description": "todo, eg:[\"-b\", \"#ffffff\"], except '-p', see full at https://github.com/mermaidjs/mermaid.cli#options"
}
}
},
"license": "Apache 2"
}