dropletapi
Version:
Wrapper for the DigitalOcean API V2
30 lines (29 loc) • 660 B
JSON
{
"name": "dropletapi",
"version": "3.1.0",
"description": "Wrapper for the DigitalOcean API V2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/oliwerhelsen/dropletapi/tree/V3"
},
"keywords": [
"Digital",
"Ocean",
"API",
"V2"
],
"dependencies": {
"restler": "2.0.*",
"lodash": "~2.4.1"
},
"author": "Oliwer Helsén",
"license": "ISC",
"bugs": {
"url": "https://github.com/oliwerhelsen/DigitalOcean-API-v2/issues"
},
"homepage": "https://github.com/oliwerhelsen/DigitalOcean-API-v2"
}