yamadapc/pivotal-to-github

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "pivotal-to-github",
  "version": "1.2.1",
  "description": "Transfers issues from Pivotal to GitHub",
  "main": "lib/index.js",
  "homepage": "https://github.com/yamadapc/pivotal-to-github",
  "bin": "bin/pivotal-to-github",
  "repository": {
    "type": "git",
    "url": "https://github.com/yamadapc/pivotal-to-github.git"
  },
  "bugs": {
    "url": "https://github.com/yamadapc/pivotal-to-github/issues"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Pedro Tacla Yamada",
  "license": "MIT",
  "dependencies": {
    "commander": "^2.9.0",
    "function-rate-limit": "^1.0.1",
    "github": "^0.2.4",
    "lodash": "^3.10.1",
    "octokat": "^0.4.15",
    "pivotaltracker": "^0.1.4",
    "progress": "^1.1.8",
    "read": "^1.0.7"
  }
}