-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
45 lines (45 loc) · 966 Bytes
/
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
{
"name": "node-sftp-deploy",
"version": "1.0.3",
"description": "Upload and deploy files from SFTP within username & password",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/weixin/node-sftp-deploy"
},
"homepage": "https://github.com/weixin/node-sftp-deploy",
"bugs": {
"url": "https://github.com/weixin/node-sftp-deploy/issues"
},
"author": {
"name": "Littledu",
"email": "410491325@qq.com",
"url": "https://github.com/littledu"
},
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"sftp",
"file",
"files",
"transfer",
"protocol",
"server",
"client",
"upload",
"deploy",
"deployment"
],
"dependencies": {
"async": "^0.9.2",
"chalk": "^1.1.1",
"fs-extra": "^0.26.7",
"object-assign": "~0.3.1",
"parents": "~1.0.0",
"q": "^1.4.1",
"ssh2": "0.4.13"
},
"readmeFilename": "README.md"
}