{
  "name": "chuckmate",
  "version": "1.0.1",
  "description": "Get Chuck Norris Jokes at command line",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sitaramshelke/chuckmate.git"
  },
  "keywords": [
    "chuck norris",
    "jokes"
  ],
  "author": "@sitaramshelke",
  "license": "ISC",
  "bin": {
    "chuckmate": "bin/chuckmate"
  },
  "dependencies": {
    "commander": "^2.17.1",
    "request": "^2.88.0"
  }
}
