UNPKG

digital-ocean-api

Version:
33 lines (32 loc) 711 B
{ "name": "digital-ocean-api", "version": "1.0.0", "description": "A thin wrapper for the Digital Ocean API (v2)", "main": "lib/api.js", "scripts": { "test": "mocha test --require=should" }, "repository": { "type": "git", "url": "https://github.com/boljen/node-digital-ocean-api.git" }, "keywords": [ "digital", "ocean", "api", "v2" ], "author": "Christophe Bol", "license": "MIT", "bugs": { "url": "https://github.com/boljen/node-digital-ocean-api/issues" }, "homepage": "https://github.com/boljen/node-digital-ocean-api", "devDependencies": { "mocha": "^2.0.1", "should": "^4.3.0" }, "dependencies": { "request": "^2.47.0" } }