-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.02 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.02 KB
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
{
"name": "myment-docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx gitbook build && rm -r _book/.gitignore _book/.github _book/.travis.yml _book/package* _book/*.md _book/LICENSE"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@hapi/cryptiles": "^4.2.0",
"@hapi/hoek": "^8.1.0",
"gitbook-cli": "^2.3.2",
"gitbook-plugin-codegroup": "^2.3.3",
"gitbook-plugin-copy-code": "^4.0.0-alpha.1",
"gitbook-plugin-copy-code-button": "0.0.2",
"gitbook-plugin-create-issue": "^1.0.0",
"gitbook-plugin-forkmegithub": "^2.2.0",
"gitbook-plugin-gif": "0.0.2",
"gitbook-plugin-github-buttons": "^3.0.0",
"gitbook-plugin-gtalk": "0.0.7",
"gitbook-plugin-image-class": "^1.0.5",
"gitbook-plugin-page-footer": "^5.4.2",
"gitbook-plugin-remove-publish-link": "0.0.1",
"gitbook-plugin-resources": "^1.3.1",
"gitbook-plugin-sequence": "^0.1.1",
"lodash": "^4.17.15",
"passport-gitbook": "^1.0.0"
}
}