UNPKG

pushover

Version:

git push deploy server over http

41 lines (40 loc) 737 B
{ "name": "pushover", "description": "git push deploy server over http", "version": "1.3.6", "repository": { "type": "git", "url": "git://github.com/substack/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": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" } }