-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 685 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "excelize-docs",
"version": "1.0.0",
"description": "This is docs reference for the excelize library.",
"main": "index.js",
"dependencies": {
"@snyk/protect": "latest",
"gitbook-cli": "2.3.2",
"gitbook-plugin-favicon": "0.0.2",
"gitbook-plugin-language-picker": "0.1.0",
"gitbook-plugin-page-footer": "5.5.0",
"gitbook-plugin-scramble-mailto": "0.1.2",
"gitbook-plugin-scripts": "1.0.2",
"gitbook-plugin-search-plus": "1.0.4-alpha-3",
"gitbook-plugin-signature": "1.5.2",
"gitbook-plugin-sitemap-general": "0.1.1"
},
"scripts": {
"build": "gitbook build"
},
"author": "xuri",
"license": "MIT",
"snyk": true
}