{
  "author": {
    "name": "Hutson Betts",
    "email": "hutson@hyper-expanse.net",
    "url": "https://gitlab.com/hutson"
  },
  "bin": {},
  "bugs": {
    "url": "https://gitlab.com/hyper-expanse/semantic-release-github-notifier/issues"
  },
  "description": "semantic-release-github plugin that notifies GitHub issues and pull requests of a related package release.",
  "engines": {
    "node": ">=4.2.0",
    "npm": ">=2.1.9"
  },
  "files": [
    "src/"
  ],
  "homepage": "https://gitlab.com/hyper-expanse/semantic-release-github-notifier#readme",
  "keywords": [
    "semantic-release",
    "github",
    "notice"
  ],
  "license": "Apache-2.0",
  "main": "src/index.js",
  "name": "semantic-release-github-notifier",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/hyper-expanse/semantic-release-github-notifier.git"
  },
  "scripts": {
    "dev": "docker run --rm --user node -v \"$(pwd)\":/app -w /app -it node:4 sh -c \"yarn install; yarn test; bash\"",
    "test": "eslint src/ && nyc --all --cache --include=src/ --exclude=src/**/*.spec.js --reporter=lcov --reporter=text mocha --check-leaks --full-trace --globals __core-js_shared__,__coverage__,YamlEscaper --inline-diffs --no-exit --recursive --reporter=progress --retries 1 src/**/*.spec.js"
  },
  "version": "6.0.3",
  "dependencies": {
    "bluebird": "^3.4.1",
    "conventional-commits-parser": "^2.0.0",
    "debug": "^3.0.0",
    "get-pkg-repo": "^2.0.0",
    "gh-got": "^7.0.0",
    "lodash": "^4.13.1",
    "semver": "^5.3.0",
    "stream-array": "^1.1.2",
    "through2": "^2.0.1"
  },
  "devDependencies": {
    "chai": "^4.0.2",
    "chai-as-promised": "^7.0.0",
    "codecov": "^3.0.0",
    "eslint": "^4.0.0",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-config-xo-space": "^0.17.0",
    "eslint-plugin-import": "^2.8.0",
    "mocha": "^5.0.0",
    "nock": "^9.0.2",
    "npm-publish-git-tag": "^1.0.9",
    "nyc": "^11.0.2",
    "proxyquire": "^1.7.3",
    "semantic-release-gitlab": "^5.0.0",
    "sinon": "^4.0.0",
    "sinon-chai": "^2.8.0"
  },
  "readme": "ERROR: No README data found!",
  "_id": "semantic-release-github-notifier@1.0.0"
}
