aboutsummaryrefslogblamecommitdiffstats
path: root/package.json
blob: 77c7755c8756fc7de8dec67ae242728840b0e52d (plain) (tree)


















                                          
                                                                






                 
                                                      

                   
                                                             
    
                                                                
 
{
  "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"
}