{
  "name": "foo",
  "version": "0.0.7",
  "description": "An opinionated git cli for oss",
  "main": "index.js",
  "bin": {
    "foo": "./bin/foo.js"
  },
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "url": "git://github.com/jasonLaster/foo.git",
    "type": "git"
  },
  "author": "Jason Laster",
  "files": ["src", "bin", "index.js"],
  "license": "ISC",
  "dependencies": {
    "commander": "^2.11.0",
    "hankey": "^0.0.3",
    "jest": "^21.2.1",
    "node-pager": "^0.3.1",
    "shelljs": "^0.7.8"
  }
}
