{
  "name": "ebooker",
  "version": "1.0.3",
  "description": "A simple nodejs CLI tool to easily download programming ebooks",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/singhkushagra/ebooker"
  },
  "author": "kushagra <singh.kushagra93@gmail.com>",
  "license": "M.I.T",
  "bugs": {
    "url": "https://github.com/singhkushagra/ebooker/issues"
  },
  "homepage": "https://github.com/singhkushagra/ebooker",
  "dependencies": {
    "bluebird": "^2.3.4",
    "colors": "^0.6.2",
    "open": "0.0.5",
    "request": "^2.44.0"
  },
  "bin": {
    "ebooker": "index.js"
  },
  "keywords": [
    "programming",
    "ebook",
    "search"
  ]
}
