A lightweight promise based Node wrapper around DigitalOcean's API v2
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "@codefeathers/do-node",
|
|
|
|
"version": "0.2.1",
|
|
|
|
"description": "A (partial) DigitalOcean wrapper for Node.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/codefeathers/do-node.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"DigitalOcean",
|
|
|
|
"node",
|
|
|
|
"javascript"
|
|
|
|
],
|
|
|
|
"author": "Muthu Kumar (https://mkr.pw)",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/codefeathers/do-node/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/codefeathers/do-node#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"axios": "^0.17.1"
|
|
|
|
}
|
|
|
|
}
|