aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: beb8c109a2534064d8d9b87eed144bc78520b0b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
}