{
  "name": "confirm-cli",
  "version": "0.4.0",
  "description": "A confirm interface in command line",
  "keywords": [
    "cli",
    "confirm",
    "alert",
    "prompt"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:afc163/confirm-cli.git"
  },
  "main": "index.js",
  "author": "afc163 <afc163@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "colorful": "^2.1.0",
    "keypress": "^0.2.1",
    "multiple": "^0.2.1",
    "stringbitlength": "^1.0.1"
  }
}
