-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 900 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "doclt",
"version": "2.0.0",
"description": "Digital Ocean Command Line Tool",
"bin": "doclt.js",
"keywords": [
"cli",
"digitalocean",
"digital-ocean",
"cli-application",
"digital",
"ocean"
],
"main": "doclt.js",
"scripts": {
"test": "node doclt.js"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/omgimanerd/doclt.git"
},
"author": "Alvin Lin <alvin@omgimanerd.tech> (http://omgimanerd.tech/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/omgimanerd/doclt/issues",
"email": "alvin@omgimanerd.tech"
},
"homepage": "https://github.com/omgimanerd/doclt#readme",
"dependencies": {
"cli-table3": "^0.5.0",
"colors": "^1.1.2",
"digitalocean": "^1.1.1",
"yargs": "^12.0.2"
},
"devDependencies": {
"mocha": "^5.2.0",
"should": "^13.2.3"
}
}