forked from gtg092x/gulp-sftp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.17 KB
/
package.json
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
46
47
48
49
50
51
52
53
54
{
"name": "gulp-sftp",
"version": "0.1.5",
"description": "Upload files via SSH",
"license": "MIT",
"repository": "gtg092x/gulp-sftp",
"homepage": "https://github.com/gtg092x/gulp-sftp/",
"bugs": {
"url": "https://github.com/gtg092x/gulp-sftp/issues"
},
"author": {
"name": "Matthew Drake",
"email": "mdrake@mediadrake.com",
"url": "http://mediadrake.com"
},
"contributors": [
"Benjamin P. Jung <headcr4sh@gmail.com>",
"Carson Britt <carson28@gmail.com> <carson.britt@a0002457.local>",
"Matthew Drake <mdrake@mediadrake.com>",
"Valan Brown <github@valanbrown.com>",
"Sorin Guga <sorin.guga@gmail.com>"
],
"engines": {
"node": ">=0.10.0"
},
"scripts": {},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"sftp",
"file",
"files",
"transfer",
"protocol",
"server",
"client",
"upload",
"deploy",
"deployment"
],
"dependencies": {
"ansi-colors": "~1.1.0",
"async": "~2.3.0",
"fancy-log": "^1.3.2",
"object-assign": "~0.3.1",
"parents": "~1.0.0",
"plugin-error": "^1.0.1",
"ssh2": "~0.6.0",
"through2": "~0.4.2"
},
"devDependencies": {}
}