@codefeathers/do-node
Version:
A (partial) DigitalOcean wrapper for Node.
28 lines (27 loc) • 649 B
JSON
{
"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"
}
}