UNPKG

webhook-receive

Version:

Pluggable webhook receiver used to trigger selected deployment script

35 lines 890 B
{ "name": "webhook-receive", "version": "0.1.3", "description": "Pluggable webhook receiver used to trigger selected deployment script", "main": "application.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/containership/webhook-receive.git" }, "keywords": [ "webhook", "deploy", "deployment", "containership", "script", "receive", "docker" ], "author": "ContainerShip Developers <developers@containership.io>", "license": "GPL-3.0", "bugs": { "url": "https://github.com/containership/webhook-receive/issues" }, "homepage": "https://github.com/containership/webhook-receive", "dependencies": { "body-parser": "^1.14.1", "express": "^4.13.3", "lodash": "^3.10.1", "request": "^2.65.0", "winston": "^1.1.1" } }