{
  "name": "inquirer-datepicker-prompt",
  "version": "0.4.3",
  "description": "Datepicker prompt for inquirer.js",
  "main": "index.js",
  "scripts": {
    "style": "jshint . && jscs .",
    "prepare": "rm -rf example"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DerekTBrown/inquirer-datepicker-prompt.git"
  },
  "keywords": [
    "datepicker",
    "inquirer.js",
    "inquirer",
    "date",
    "time"
  ],
  "author": "Derek Brown <derek@allderek.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DerekTBrown/inquirer-datepicker-prompt/issues"
  },
  "homepage": "https://github.com/DerekTBrown/inquirer-datepicker-prompt#readme",
  "dependencies": {
    "chalk": "^2.1.0",
    "cli-cursor": "^2.1.0",
    "dateformat": "^3.0.2",
    "datejs": "^1.0.0-rc3",
    "inquirer": "^3.3.0",
    "lodash": "^4.17.4",
    "util": "^0.10.3"
  },
  "devDependencies": {
    "jscs": "^3.0.7",
    "jshint": "^2.9.5"
  }
}
