forked from reedog117/node-vsphere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 698 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 698 Bytes
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
{
"name": "vsphere",
"version": "0.0.1",
"description": "Node.js module for performing operations on a vCenter/ESXi host",
"main": "lib/client.js",
"author": "reedog117",
"scripts": {
"test": "lab"
},
"repository": {
"type": "git",
"url": "https://github.com/reedog117/node-vsphere"
},
"bugs": {
"url": "https://github.com/reedog117/node-vsphere/issues"
},
"dependencies": {
"joi": "6.x.x",
"lodash": "3.x.x",
"node-vsphere-soap": "^0.0.2-5"
},
"devDependencies": {
"code": "1.x.x",
"lab": "5.x.x"
},
"keywords": [
"vsphere",
"vcenter",
"api",
"soap",
"wsdl"
],
"preferGlobal": false,
"license": "MIT"
}