{
  "name": "cars",
  "version": "1.1.6",
  "description": "A CLI which shows name of car specified to their country of origin",
  "main": "./lib/car.js",
  "bin": {
    "car": "./bin/index.js"
  },
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "Debasish",
  "license": "MIT",
  "dependencies": {
    "colors": "^1.3.0",
    "lodash": "^4.17.10"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/debck/car-CLI.git"
  },
  "bugs": {
    "url": "https://github.com/debck/car-CLI/issues"
  },
  "homepage": "https://github.com/debck/car-CLI#readme"
}
