aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMax Ogden <max@maxogden.com>2016-05-09 12:31:25 +0200
committerMax Ogden <max@maxogden.com>2016-05-09 12:31:25 +0200
commit956a5e17b03b4d779e72d3c430126af9817b16b2 (patch)
tree54296d0255ee85e7e47c369a3e5f5e491df4adb3 /package.json
parent22c75baea185200cb0032adc76f0f33448a3f2aa (diff)
downloaddat-docs-956a5e17b03b4d779e72d3c430126af9817b16b2.tar.gz
dat-docs-956a5e17b03b4d779e72d3c430126af9817b16b2.zip
add pdf generation
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..beb8c10
--- /dev/null
+++ b/package.json
@@ -0,0 +1,20 @@
+{
+ "name": "dat-docs",
+ "version": "1.0.0",
+ "description": "Documentation for Dat and the surrounding ecosystem.",
+ "main": "index.js",
+ "scripts": {
+ "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": {
+ "type": "git",
+ "url": "git+https://github.com/datproject/docs.git"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "ISC",
+ "bugs": {
+ "url": "https://github.com/datproject/docs/issues"
+ },
+ "homepage": "https://github.com/datproject/docs#readme"
+}