forked from mojaloop/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.64 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
{
"name": "documentation",
"version": "9.1.0",
"description": "Mojaloop Documentation GitBook Project",
"dependencies": {
"express": "4.17.1",
"gitbook-cli": "2.3.2",
"gitbook-plugin-back-to-top-button": "0.1.4",
"gitbook-plugin-changelog": "1.0.1",
"gitbook-plugin-collapsible-chapters": "0.1.8",
"gitbook-plugin-editlink": "1.0.2",
"gitbook-plugin-fontsettings": "2.0.0",
"gitbook-plugin-include": "0.1.0",
"gitbook-plugin-insert-logo": "0.1.5",
"gitbook-plugin-page-toc": "1.1.1",
"gitbook-plugin-plantuml-svg": "1.0.1",
"gitbook-plugin-swagger": "0.2.0",
"gitbook-plugin-theme-api": "1.1.2",
"gitbook-plugin-uml": "1.0.1",
"gitbook-plugin-variables": "1.1.0",
"svgexport": "0.3.2"
},
"devDependencies": {},
"scripts": {
"run": "npm run gitbook:serve",
"start": "npm run gitbook:serveNoReload",
"gitbook:install": "gitbook install",
"gitbook:build": "gitbook build",
"gitbook:serve": "gitbook serve --port 8989",
"gitbook:serveNoReload": "gitbook serve --no-live --port 8989",
"gitbook:export:pdf": "gitbook pdf ./",
"docker:build": "docker build --no-cache -t mojaloop/documentation .",
"docker:push": "docker push mojaloop/documentation",
"docker:run": "docker run --rm -it --name mojadoc -p 8989:8989 mojaloop/documentation",
"express:run": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mojaloop/documentation.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mojaloop/documentation/issues"
},
"homepage": "https://github.com/mojaloop/documentation#readme"
}