{
  "name": "gitlab-webhook-receiver",
  "version": "1.0.3",
  "description": "Webhook receiver for git lab that works out of the box",
  "main": "index.js",
  "scripts": {
    "test": "node_modules/.bin/mocha",
    "postversion": "git push origin master && git push --follow-tags && npm publish"
  },
  "author": "wyvernnot",
  "license": "MIT",
  "dependencies": {
    "express": "^4.13.3",
    "ws": "^0.8.0"
  }
}
