aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 77c7755c8756fc7de8dec67ae242728840b0e52d (plain) (blame)
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
{
  "name": "tangerine-wiki",
  "version": "1.0.0",
  "description": "Tangerine Network Wiki",
  "main": "index.js",
  "directories": {
    "doc": "docs"
  },
  "dependencies": {},
  "devDependencies": {
    "docsify-cli": "^4.3.0",
    "now": "^15.8.0"
  },
  "scripts": {
    "start": "docsify start docs",
    "deploy": "now -p"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/tangerine-network/wiki.git"
  },
  "keywords": [
    "Tangerine",
    "Network",
    "Blockchain",
    "DLT"
  ],
  "author": "Wei-Ning Huang <w@tangerine-network.io>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/tangerine-network/wiki/issues"
  },
  "homepage": "https://github.com/tangerine-network/wiki#README"
}