-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 874 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
{
"name": "deploy-kit",
"version": "3.5.0",
"description": "A nice deployment tool supports ftp and sftp. Used directly or with built-in plugins, such as webpack-plugin.",
"main": "lib/index.js",
"bin": {
"deploy-ftp": "bin/deploy-ftp",
"deploy-sftp": "bin/deploy-sftp"
},
"repository": "git+https://github.com/xiaoyann/deploy-kit.git",
"keywords": [
"deploy",
"ftp",
"webpack",
"sftp",
"upload"
],
"files": [
"bin",
"lib",
"plugins"
],
"author": "xiaoyann",
"license": "MIT",
"bugs": {
"url": "https://github.com/xiaoyann/deploy-kit/issues"
},
"homepage": "https://github.com/xiaoyann/deploy-kit#readme",
"dependencies": {
"async": "^2.5.0",
"chalk": "^2.0.1",
"commander": "^2.11.0",
"ftp": "^0.3.10",
"glob": "^7.1.2",
"minimatch": "^3.0.4",
"scp2": "^0.5.0"
}
}