git-listener
Version:
Auto deploy from git
40 lines (39 loc) • 801 B
JSON
{
"name": "git-listener",
"version": "1.1.0",
"description": "Auto deploy from git",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/DeadHipo/git-listener.git"
},
"author": "NearlyDeadHipo",
"contributors": [
{
"name": "Belkovsky Alexsander",
"url": "https://vk.com/id4375519"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/DeadHipo/git-listener/issues"
},
"keywords": [
"git",
"github",
"bitbucket",
"deploy",
"auto-deploy",
"pull",
"clone",
"fetch",
"auto"
],
"homepage": "https://github.com/DeadHipo/git-listener#readme",
"dependencies": {
"express": "^4.14.0"
}
}