summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..38c1be5
--- /dev/null
+++ b/package.json
@@ -0,0 +1,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"
+ }
+}