diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 20 |
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" +} |