blob: 38c1be545a9b001ea4acbe286e059cbf36b2ee33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"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",
"httpdispatcher": "1.0.0"
}
}
|