forked from JozoVilcek/gitbook-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.5 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
{
"dependencies": {
"gitbook-cli": "2.3.2",
"gitbook-plugin-include": "0.1.0",
"gitbook-plugin-katex": "1.1.4",
"local-web-server": "0.5.23",
"ncp": "2.0.0",
"node": "5.12.0"
},
"scripts": {
"postinstall": "#gitbook update",
"docs": "gitbook build ./src/book ./docs --verbose",
"postdocs": "ncp ./docs/index.html ./docs/404.html ",
"preserve": "npm run docs",
"serve": "ws -p 3000 -c -d ./docs"
},
"name": "gradle-gitbook-example",
"description": "Have you ever wanted to have a tool, for writing documentation, which would allow you to: * express yourself in easy way such as [markdown](http://en.wikipedia.org/wiki/Markdown) * insert code examples not just in from of inlined code blocks, but also from files (which you can validate first, e.g. they do compile) * insert and render simple diagrams and flow charts * insert mathematical expressions * easily supply plugins to extend behaviors and add features * support multiple output formats where one of them is good loking and simple static website",
"version": "1.0.0",
"main": "index.js",
"directories": {
"doc": "docs"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/daggerok/gradle-gitbook-example.git"
},
"private": true,
"keywords": [],
"author": "daggerok",
"license": "MIT",
"bugs": {
"url": "https://github.com/daggerok/gradle-gitbook-example/issues"
},
"homepage": "https://github.com/daggerok/gradle-gitbook-example#readme"
}