-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.05 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.05 KB
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
41
42
43
44
45
{
"name": "fpush",
"version": "0.7.0",
"description": "Simple, Super-powered File Push over FTP/SFTP",
"main": "lib/index.js",
"bin": {
"fpush": "bin/fpush"
},
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/forfuturellc/fpush.git"
},
"keywords": [
"ftp"
],
"author": "GochoMugo <mugo@forfuture.co.ke> (http://www.gmugo.in)",
"license": "MIT",
"bugs": {
"url": "https://github.com/forfuturellc/fpush/issues"
},
"homepage": "https://github.com/forfuturellc/fpush#readme",
"dependencies": {
"async": "^2.0.1",
"chalk": "^1.1.3",
"cli-output": "^1.0.0",
"commander": "^2.9.0",
"concat-stream": "^1.5.2",
"debug": "^2.2.0",
"fixed-object": "^1.0.0",
"jsftp": "^1.5.3",
"lodash": "^4.15.0",
"log-update": "^1.0.2",
"ssh2": "^0.5.1",
"toml-require": "^1.1.0",
"unicons": "0.0.3",
"update-notifier": "^1.0.2",
"walker": "^1.0.7"
}
}