strong-fork-pushover
Version:
git push deploy server over http
41 lines (40 loc) • 773 B
JSON
{
"name": "strong-fork-pushover",
"description": "git push deploy server over http",
"version": "1.3.9",
"repository": {
"type": "git",
"url": "git://github.com/strongloop-forks/strong-fork-pushover.git"
},
"main": "index.js",
"keywords": [
"git",
"push",
"deploy",
"http",
"web",
"repository"
],
"scripts": {
"test": "tap test/*.js"
},
"dependencies": {
"http-duplex": "~0.0.2",
"through": "~2.2.7",
"inherits": "^1.0.0",
"mkdirp": "~0.3.4"
},
"devDependencies": {
"tap": "~0.4.0",
"seq": "~0.3.5"
},
"engines": {
"node": ">=0.4.0"
},
"license": "MIT",
"author": {
"name": "StrongLoop",
"email": "callback@strongloop.com",
"url": "http://strongloop.com"
}
}