artemv/github-pullrequests-merge-helper

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@egis/github-pullrequests-merge-helper",
  "version": "0.0.0-semantic-release",
  "description": "Github pull requests merge command line tool",
  "main": "dist/bin/main.js",
  "files": [
    "dist",
    "src"
  ],
  "bin": {
    "github-pullrequests-merge-helper": "dist/bin/main.js"
  },
  "scripts": {
    "test": "gulp",
    "lint": "gulp lint",
    "watch": "gulp watch",
    "build": "gulp build",
    "coverage": "gulp coverage",
    "semantic-release": "semantic-release pre && npm publish --access public && semantic-release post"
  },
  "release": {
    "verifyConditions": "condition-circle",
    "analyzeCommits": "./node_modules/@semantic-release/commit-analyzer/dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/artemv/github-pullrequests-merge-helper.git"
  },
  "keywords": [
    "github",
    "pull-requests",
    "merge",
    "cli",
    "greenkeeper"
  ],
  "author": "Artem Vasiliev <artem.job@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/artemv/github-pullrequests-merge-helper/issues"
  },
  "homepage": "https://github.com/artemv/github-pullrequests-merge-helper",
  "dependencies": {
    "@bahmutov/parse-github-repo-url": "^0.1.1",
    "babel-polyfill": "^6.3.14",
    "chalk": "^1.1.3",
    "github": "^0.2.4",
    "inquirer": "^1.0.0",
    "minimist": "^1.2.0",
    "pluralize": "^1.2.1"
  },
  "devDependencies": {
    "babel-core": "^6.7.4",
    "babel-eslint": "^6.0.0",
    "babel-loader": "^6.2.0",
    "babel-preset-es2015": "^6.3.13",
    "babel-register": "^6.3.13",
    "chai": "^3.4.1",
    "condition-circle": "^1.2.0",
    "del": "^2.2.0",
    "glob": "^7.0.3",
    "gulp": "^3.9.0",
    "gulp-babel": "^6.1.1",
    "gulp-eslint": "^2.0.0",
    "gulp-filter": "^4.0.0",
    "gulp-insert": "^0.5.0",
    "gulp-istanbul": "^0.10.3",
    "gulp-jscs": "^3.0.0",
    "gulp-livereload": "^3.8.1",
    "gulp-load-plugins": "^1.1.0",
    "gulp-mocha": "^2.2.0",
    "gulp-plumber": "^1.0.1",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-uglify": "^1.5.1",
    "gulp-util": "^3.0.7",
    "isparta": "^4.0.0",
    "json-loader": "^0.5.3",
    "mocha": "^2.3.4",
    "semantic-release": "^6.3.2",
    "@semantic-release/commit-analyzer": "github:artemv/commit-analyzer#414c9e8168518e00d5fd2bd0d653867404c994cb",
    "sinon": "^1.17.2",
    "sinon-chai": "^2.8.0",
    "vinyl-source-stream": "^1.1.0"
  },
  "engines": {
    "node": ">=0.10",
    "npm": ">=2"
  }
}