{
  "name": "cpanel",
  "version": "1.0.1",
  "description": "A simplified, Promise-based wrapper for the cPanel API",
  "main": "lib/",
  "author": "Matthew Weir <matt@mattweir.com>",
  "license": "MIT",
  "devDependencies": {
    "eslint": "^4.6.1",
    "eslint-config-airbnb-base": "^12.0.0",
    "eslint-plugin-import": "^2.7.0",
    "mocha": "^3.5.3"
  },
  "dependencies": {
    "any-promise": "^1.3.0",
    "lodash.curry": "^4.1.1",
    "unirest": "^0.5.1"
  }
}
