-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 831 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 831 Bytes
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
{
"name": "digitalocean-cli",
"version": "0.1.4",
"description": "",
"bin": {
"do-cli": "./do-cli.coffee"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register --recursive"
},
"author": "Dinis Cruz <dinis.cruz@owasp.org> (http://blog.diniscruz.com/)",
"license": "ISC",
"repository": {
"type": "git",
"url": "git@github.com:o2platform/digitalocean-cli.git"
},
"homepage": "https://github.com/o2platform/digitalocean-cli",
"bugs": {
"url": "https://github.com/o2platform/digitalocean-cli/issues"
},
"dependencies": {
"coffee-script": "^1.10.0",
"commander": "^2.9.0",
"do-wrapper": "^3.6.1",
"dotenv": "^2.0.0",
"fluentnode": "^0.6.1",
"sprintf-js": "^1.0.3"
},
"devDependencies": {
"dotenv": "^2.0.0",
"mocha": "^2.5.3"
}
}