{
  "name": "digitalocean-v2-api",
  "version": "1.2.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"
  }
}
