forked from terrestris/geoserver-introduction-ws
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1.08 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
{
"name": "geoserver-introduction-ws",
"private": true,
"version": "0.0.1",
"description": "The materials for the geoserver-introduction workshop",
"scripts": {
"dev": "honkit serve src",
"clean": "rm -rf src/_book build",
"build": "npm run clean && npm run doc:build && npm run doc:pdf",
"doc:build": "honkit build src build/geoserver-introduction-ws",
"doc:pdf": "honkit pdf src ./build/geoserver-introduction-ws/geoserver-introduction-ws.pdf"
},
"repository": {
"type": "git",
"url": "git+https://github.com/terrestris/geoserver-introduction-ws.git"
},
"keywords": [
"workshop",
"geoserver"
],
"author": "terrestris GmbH & Co.KG",
"license": "MIT",
"bugs": {
"url": "https://github.com/terrestris/geoserver-introduction-ws/issues"
},
"homepage": "https://github.com/terrestris/geoserver-introduction-ws#readme",
"devDependencies": {
"gh-pages": "^3.2.3",
"gitbook-plugin-edit-link": "^2.0.2",
"gitbook-plugin-expandable-chapters": "^0.2.0",
"gitbook-plugin-image-captions": "^3.1.0",
"honkit": "^3.7.1"
}
}