nodejs-wrapper-digitalocean-v2-api
Version:
Node.js Wrapper for the DigitalOcean v2 API
32 lines (31 loc) • 847 B
JSON
{
"name": "nodejs-wrapper-digitalocean-v2-api",
"version": "1.1.0",
"description": "Node.js Wrapper for the DigitalOcean v2 API",
"main": "./lib/digitalocean.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beanzy/nodejs-wrapper-digitalocean-v2-api.git"
},
"keywords": [
"digitalocean",
"digitalocean-api",
"digitalocean-v2-api"
],
"author": "Daniel DeFlavia",
"license": "MIT",
"bugs": {
"url": "https://github.com/beanzy/nodejs-wrapper-digitalocean-v2-api/issues"
},
"homepage": "https://github.com/beanzy/nodejs-wrapper-digitalocean-v2-api#readme",
"dependencies": {
"fs": "0.0.2",
"https": "^1.0.0",
"node.extend": "^1.1.5",
"path": "^0.11.14",
"querystring": "^0.2.0"
}
}