-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 716 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "cap-deploy-tool",
"version": "1.0.0",
"description": "Deploy websites with caphub and capistrano",
"repository": {
"type": "git",
"url": "https://github.com/liocuevas/deploy.git"
},
"author": "Lionel Cuevas <liocuevas@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/liocuevas/deploy/issues"
},
"homepage": "https://github.com/liocuevas/deploy",
"dependencies": {
"gitlab-webhook-deployer": "git+https://github.com/liocuevas/gitlab-webhook-deployer.git",
"webhook-deployer": "git+https://github.com/liocuevas/webhook-deployer.git^0.6.5",
"bitbucket-webhook-deployer": "git+https://github.com/liocuevas/bitbucket-webhook-deployer.git"
}
}