forked from gis-oer/gis-oer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.42 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
{
"name": "gis-oer",
"version": "1.0.0",
"keywords": [
"GIS",
"OER"
],
"description": "科学研究費補助金 基盤研究(A) 「GISの標準コアカリキュラムと知識体系を踏まえた実習用オープン教材の開発」プロジェクトにおいて開発した、**「GISオープン教材(試験公開版)」** の公開用リポジトリです。",
"devDependencies": {
"honkit": "^4.0.4",
"http-server": "^0.9.0",
"textlint": "^10.2.1",
"textlint-rule-no-dead-link": "^4.6.1",
"textlint-rule-prh": "^5.2.1"
},
"scripts": {
"build": "honkit build",
"pdf": "honkit pdf",
"epub": "honkit epub",
"start": "http-server ./_book/ -io -p 8080",
"lint": "textlint \"./materials/**/*.md\" \"./install/**/*.md\" \"./*.md\"",
"test": "npm run lint && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gis-oer/gis-oer.git"
},
"author": "GIS Open Educational Resources WG",
"bugs": {
"url": "https://github.com/gis-oer/gis-oer/issues"
},
"license": "CC-BY-SA-NC-4.0",
"homepage": "https://github.com/gis-oer/gis-oer#readme",
"dependencies": {
"gitbook-plugin-collapsible-menu": "^1.0.3",
"gitbook-plugin-creativecommons": "^1.0.2",
"gitbook-plugin-favicon": "^0.0.2",
"gitbook-plugin-github": "^2.0.0",
"gitbook-plugin-github-buttons": "^3.0.0",
"gitbook-plugin-sharing-plus": "^0.0.2"
}
}