{
  "name": "feed-read-parser",
  "version": "1.0.5",
  "description": "a node ATOM and RSS feed parser",
  "keywords": [
    "atom",
    "rss",
    "feed",
    "parser"
  ],
  "homepage": "https://github.com/leyluiaa/feed-read-parser",
  "bugs": {
    "url": "https://github.com/leyluiaa/feed-read-parser/issues"
  },
  "author": {
    "name": "leyluiaa",
    "url": "http://leyluiaa.github.com/"
  },
  "main": "./index",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/leyluiaa/feed-read-parser.git"
  },
  "dependencies": {
    "moment": "^2.13.0",
    "request": "2.x.x",
    "sax": "0.3.x",
    "underscore": "1.x.x",
    "iconv-lite": "^0.4.8"
  },
  "devDependencies": {
    "should": "0.x.x",
    "mocha": "0.x.x",
    "connect": "1.x.x"
  },
  "engines": {
    "node": ">=0.4.1"
  }
}
