aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: d889e216855a7babd873ade8f124108421fb9e4b (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
37
{
  "name": "dat-docs",
  "version": "1.0.0",
  "description": "Documentation for Dat and the surrounding ecosystem.",
  "main": "index.js",
  "scripts": {
    "update": "npm run update:list && npm run update:docs",
    "update:list": "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",
    "update:build": "cat repos.txt | ecosystem-docs sync && cat repos.txt | ecosystem-docs read | node build.js",
    "build:local": "minidocs docs -c docs/contents.json -i welcome -o dist  -l ./node_modules/dat-design/downloads/dat-data-logo.png -t 'Dat Data' -s assets/styles.css --pushstate",
    "build:deploy": "minidocs docs -c docs/contents.json -i welcome -o dist -l ./node_modules/dat-design/downloads/dat-data-logo.png -t 'Dat Data' -s assets/styles.css --full-html",
    "deploy": "npm run build:deploy && echo docs.dat-data.com > dist/CNAME && gh-pages -d dist",
    "start": "budo --dir dist --pushstate",
    "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": {
    "dat-design": "^1.2.11",
    "gh-pages": "^0.11.0",
    "minidocs": "^4.0.5"
  },
  "devDependencies": {
    "budo": "^8.3.0",
    "ecosystem-docs": "^1.1.1",
    "ndjson": "^1.4.3"
  }
}