digitalocean-api
Version:
DigitalOcean API wrapper
47 lines (46 loc) • 992 B
JSON
{
"name": "digitalocean-api",
"version": "0.1.1",
"author": "Matěj Šimek <email@matejsimek.cz> (www.matejsimek.cz)",
"description": "DigitalOcean API wrapper",
"contributors": [
{
"name": "Ryan Sullivan",
"email": "ryan@toptiertech.com"
},
{
"name": "Eric Vicenti",
"email": "ericvicenti@gmail.com"
},
{
"name": "Manuel Stofer",
"email": "manuel@takimata.ch"
},
{
"name": "Pahan Sarathchandra",
"email": "pahan123@gmail.com"
}
],
"keywords": [
"digitalocean",
"digitalocean-api"
],
"homepage": "https://github.com/enzy/digitalocean-api",
"repository": {
"type": "git",
"url": "https://github.com/enzy/digitalocean-api.git"
},
"main": "./lib/digitalocean.js",
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"xtend": "2.x",
"request": "2.x"
},
"devDependencies": {
"mocha": "latest",
"grunt": "~0.4.2",
"grunt-jsdoc": "~0.5.1"
}
}