-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.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": "openlayers-workshop",
"version": "10.3.0-en.5",
"description": "OpenLayers workshop",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/openlayers/workshop.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/openlayers/workshop/issues"
},
"homepage": "https://github.com/openlayers/workshop#readme",
"scripts": {
"start": "mkdirp doc/_book && npm run doc:serve",
"test": "npm run doc:build",
"clean": "rm -rf doc/_book build openlayers-workshop-*.zip",
"doc:serve": "honkit serve doc",
"doc:build": "honkit build doc build/openlayers-workshop",
"build": "npm run clean && npm run doc:build",
"archive:en": "./archive.sh en",
"deploy": "npm run build && gh-pages --dist build/openlayers-workshop"
},
"devDependencies": {
"gh-pages": "^6.2.0",
"gitbook-plugin-copy-code-button": "^0.0.2",
"gitbook-plugin-include": "^0.1.0",
"gitbook-plugin-include-codeblock": "^3.2.3",
"honkit": "^6.0.2",
"honkit-plugin-image-captions": "^3.1.1",
"mkdirp": "^3.0.1"
}
}