-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 949 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 949 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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "deploydo",
"version": "2.1.1",
"description": "Deploy your app to ftp or sftp with a single command",
"main": "deploy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stylefieber/deploydo.git"
},
"keywords": [
"ftp",
"sftp",
"ssh",
"deployment",
"deploy",
"server",
"copy",
"deploydo"
],
"author": "Alexander Zerling",
"license": "MIT",
"bin": {
"deploydo": "./deploy.js"
},
"bugs": {
"url": "https://github.com/stylefieber/deploydo/issues"
},
"homepage": "https://github.com/stylefieber/deploydo#readme",
"dependencies": {
"current-git-branch": "^1.1.0",
"easy-ftp": "^0.4.1",
"event-to-promise": "^0.8.0",
"git-repo-name": "^1.0.1",
"glob": "^7.1.6",
"jsonfile": "^5.0.0",
"md5-file": "^4.0.0",
"readline-sync": "^1.4.10"
}
}