UNPKG
jm-dropletapi
Version:
latest (3.1.2)
3.1.2
Wrapper for the DigitalOcean API V2
github.com/justmake/dropletapi/
justmake/dropletapi
jm-dropletapi
/
index.js
13 lines
(9 loc)
•
252 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
'use strict'
;
/** Module dependencies **/
var
_ =
require
(
'lodash'
);
/** Extend the DropletAPi **/
module
.
exports
= _.
extend
(
require
(
'./lib/digitalocean.droplets'
),
require
(
'./lib/digitalocean.actions'
),
require
(
'./lib/digitalocean.domains'
) );