vsphere-schema
Version:
vSphere API Schema in JSON format
30 lines (29 loc) • 694 B
JSON
{
"name": "vsphere-schema",
"version": "1.0.1",
"description": "vSphere API Schema in JSON format",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bhoriuchi/vsphere-schema.git"
},
"keywords": [
"vsphere"
],
"author": "Branden Horiuchi <bhoriuchi@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/bhoriuchi/vsphere-schema",
"bugs": {
"url": "https://github.com/bhoriuchi/vsphere-schema/issues"
},
"devDependencies": {},
"dependencies": {
"lodash": "^4.3.0"
},
"scripts": {
"test": "echo \\\"Error: no test specified\\\" && exit 1"
},
"directories": {
"example": "example"
}
}