{
  "name": "town-crier",
  "version": "0.0.4",
  "description": "Add multiple RSS feeds or choose from the default ones and get news directly to your command line",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "town-crier": "./bin/town-crier"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bjarneo/town-crier.git"
  },
  "homepage": "https://github.com/bjarneo/town-crier",
  "bugs": {
    "url": "https://github.com/bjarneo/town-crier/issues"
  },
  "keywords": [
    "rss",
    "reader",
    "aggregator",
    "aggregated",
    "news",
    "xml",
    "cli",
    "custom"
  ],
  "author": "Bjarne Oeverli",
  "license": "MIT",
  "dependencies": {
    "array-spread": "^1.0.2",
    "chalk": "^1.1.1",
    "got": "^6.2.0",
    "hoki": "2.0.0",
    "inquirer": "^0.12.0",
    "memory-cache": "^0.1.4",
    "meow": "^3.7.0",
    "striptags": "^2.1.1",
    "xml2js": "^0.4.16"
  }
}
