forked from dvbportal/cloudnode-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 749 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 749 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.22",
"homepage": "http://cloudno.de/",
"repository": "git://github.com/dvbportal/cloudnode-cli.git",
"author": "Hans J Schroeder <[email protected]>",
"contributors": [
"Dav Glass <[email protected]> @davglass",
"Chris Matthieu <[email protected]>",
"Daniel Bartlett <[email protected]> (http://danb-uk.net/)",
"Abraham Williams <[email protected]>"
],
"bin": {
"cloudnode": "bin/cloudnode.js"
},
"main": "./lib/commands.js",
"engines": {
"node": ">= 0.4.1 < 0.7.0"
},
"dependencies" : {
"cloudnode-api": "0.2.22",
"colors": "0.3.0",
"iniparser": "1.0.1"
}
}