-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 750 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 750 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
{
"name": "cloudnode-cli",
"description": "A CLI tool to allow interaction with the http://cloudno.de/ platform.",
"version": "0.2.23",
"homepage": "http://cloudno.de/",
"repository": "git://github.com/dvbportal/cloudnode-cli.git",
"author": "Hans J Schroeder <hs@cloudno.de>",
"contributors": [
"Dav Glass <davglass@gmail.com> @davglass",
"Chris Matthieu <chris@matthieu.us>",
"Daniel Bartlett <dan@f-box.org> (http://danb-uk.net/)",
"Abraham Williams <4braham@gmail.com>"
],
"bin": {
"cloudnode": "bin/cloudnode.js"
},
"main": "./lib/commands.js",
"engines": {
"node": ">= 0.4.1 < 0.11.0"
},
"dependencies" : {
"cloudnode-api": "0.2.22",
"colors": "0.3.0",
"iniparser": "1.0.1"
}
}