summaryrefslogtreecommitdiff
path: root/package.json
blob: 42d936d5aaf4f51a008669d5b2ba708ddaeb8501 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "serverstat",
  "version": "0.0.1",
  "description": "server status generator",
  "bin": {
    "bilicom": "./bin/serverstat.js"
  },
  "author": {
    "name": "Tuowen Zhao",
    "email": "ztuowen@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ztuowen/bilicom.git"
  },
  "license": "MIT",
  "dependencies": {
    "portscanner": "1.0.0",
    "express": "4.14.0",
    "compression": "1.6.2"
  }
}