{
  "name": "tweeties",
  "version": "1.0.17",
  "description": "CLI twitter search tool",
  "main": "index.js",
  "scripts": {
    "test": "node index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ccali14/Tweety.git"
  },
  "keywords": [
    "Twitter",
    "nodejs",
    "twitter",
    "nodejs",
    "cli"
  ],
  "author": "Cagatay CALI",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ccali14/Tweety/issues"
  },
  "bin": {
    "tweeties": "./index.js"
  },
  "homepage": "https://github.com/ccali14/Tweety#readme",
  "dependencies": {
    "cli-table": "^0.3.1",
    "co": "^4.6.0",
    "co-prompt": "^1.0.0",
    "colors": "^1.1.2",
    "commander": "^2.9.0",
    "nconf": "^0.8.4",
    "node-emoji": "^1.3.1",
    "prettiest": "^1.0.0",
    "progress": "^1.1.8",
    "superagent": "^2.0.0",
    "twit": "^2.2.4",
    "twitter": "^1.3.0",
    "vorpal": "^1.11.2"
  }
}
