aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorChia-liang Kao <clkao@clkao.org>2016-06-19 21:30:22 +0800
committerChia-liang Kao <clkao@clkao.org>2016-06-19 21:30:22 +0800
commit07e8c9432cc50ed2621b65f337e08b7679cfe18b (patch)
tree85d36bc3fab668471764202ffd03c83a21a41a47 /package.json
parent712027d9d8599c63b0d8157d8fbb7ab36f77e197 (diff)
downloaddat-docs-07e8c9432cc50ed2621b65f337e08b7679cfe18b.tar.gz
dat-docs-07e8c9432cc50ed2621b65f337e08b7679cfe18b.zip
Build pages with minidocs
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/package.json b/package.json
index ffa1038..5854510 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,8 @@
"main": "index.js",
"scripts": {
"update": "curl -Ssl https://raw.githubusercontent.com/clkao/awesome-dat/master/readme.md | grep '📔' | egrep -o 'github.com/[a-zA-Z0-9_-]+/[a-zA-Z0-9_-]+' | cut -f 2- -d / | uniq > repos.txt",
+ "build": "minidocs . -c contents.json -p -o dist -l dat-data.png -t 'The Dat Project' -s styles.css",
+ "deploy": "gh-pages -d dist",
"paper": "pandoc --variable author=\"Maxwell Ogden, Karissa McKelvey, Mathias Buus\" --variable title=\"Dat - Distributed Dataset Synchronization And Versioning\" --variable date=\"Version 1.0.0, May 2016\" --variable classoption=twocolumn --variable papersize=a4paper -s dat-paper.md -o dat-paper.pdf"
},
"repository": {
@@ -17,5 +19,18 @@
"bugs": {
"url": "https://github.com/datproject/docs/issues"
},
- "homepage": "https://github.com/datproject/docs#readme"
+ "homepage": "https://github.com/datproject/docs#readme",
+ "dependencies": {
+ "gh-pages": "^0.11.0",
+ "minidocs": "^2.0.1"
+ },
+ "devDependencies": {
+ "ecosystem-docs": "^1.1.1"
+ },
+ "browserify": {
+ "transform": [
+ "sheetify/transform",
+ "read-directory/transform"
+ ]
+ }
}