forked from JohnyGemityg/webshare-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 738 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 738 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
{
"name": "webshare-cli",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:JohnyGemityg/webshare-cli.git"
},
"bin" : { "webshare-cli" : "./index.js" },
"keywords": [
"cli",
"webshare",
"client"
],
"author": "Jan Pokorný",
"license": "ISC",
"bugs": {
"url": "https://github.com/JohnyGemityg/webshare-cli/issues"
},
"homepage": "https://github.com/JohnyGemityg/webshare-cli#readme",
"dependencies": {
"child-process-promise": "^2.0.3",
"co": "^4.6.0",
"co-prompt": "^1.0.0",
"crypto-js": "^3.1.6",
"form-urlencoded": "^1.4.1",
"node-rest-client": "^2.0.1",
"xml2js": "^0.4.17"
}
}