-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 990 Bytes
/
package.json
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
35
36
37
38
39
40
{
"name": "vMonitor",
"version": "0.0.1",
"description": "VirtualMachine and Service monitor for vSphere (VMware ESXi Cluster) ",
"scripts": {
"start": "node ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlueT/vMonitor.git"
},
"dependencies": {
"app-root-path": "^2.0.1",
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "^4.17.1",
"jade": "~1.11.0",
"morgan": "^1.9.1",
"obj-filter": "^1.0.1",
"rethinkdbdash": "^2.3.28",
"serve-favicon": "~2.5.0"
},
"keywords": [
"monitoring",
"vm",
"vmware",
"vsphere",
"vsphere-sdk",
"status",
"nodejs"
],
"author": "BlueT - Matthew Lien - 練喆明 <BlueT@BlueT.org>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/BlueT/vMonitor/issues"
},
"homepage": "https://github.com/BlueT/vMonitor#readme"
}