{
  "name": "open-repo",
  "version": "2.0.3",
  "description": "Open Git project page from the command line",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "bin": {
    "repo": "./index.js"
  },
  "keywords": [
    "Git",
    "Repo"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/robbiegleeson/repo.git"
  },
  "author": "Rob Gleeson",
  "license": "ISC",
  "dependencies": {
    "colors": "^1.1.2",
    "commander": "^5.1.0",
    "ini": "^1.3.4",
    "open": "6.0.0",
    "prompts": "^2.3.2",
    "request": "^2.81.0"
  },
  "devDependencies": {
    "jest": "^20.0.4"
  }
}
