aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 53f033b21b81e93ec27e1474bb30815824418ee0 (plain)
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
{
  "name": "dat-docs",
  "version": "1.0.0",
  "description": "Documentation for Dat and the surrounding ecosystem.",
  "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 -i welcome -o dist -l dat-data.png -t 'The Dat Project' -s styles.css",
    "deploy": "echo docs.dat-data.com > dist/CNAME && 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": {
    "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",
  "dependencies": {
    "gh-pages": "^0.11.0",
    "minidocs": "^2.0.3"
  },
  "devDependencies": {
    "ecosystem-docs": "^1.1.1"
  },
  "browserify": {
    "transform": [
      "sheetify/transform",
      "read-directory/transform"
    ]
  }
}