{
  "name": "@integromat/feedparser",
  "author": "Dan MacTough <danmactough@gmail.com>",
  "description": "Robust RSS Atom and RDF feed parsing using sax js",
  "version": "1.1.5",
  "keywords": [
    "rss",
    "feed",
    "atom",
    "rdf",
    "xml",
    "syndication",
    "rsscloud",
    "pubsubhubbub"
  ],
  "license": "MIT",
  "homepage": "http://github.com/danmactough/node-feedparser",
  "repository": {
    "type": "git",
    "url": "git@github.com:integromat/node-feedparser.git"
  },
  "bugs": {
    "url": "http://github.com/danmactough/node-feedparser/issues"
  },
  "main": "main.js",
  "engines": {
    "node": ">= 0.10.0"
  },
  "dependencies": {
    "sax": "~0.6.0",
    "addressparser": "~0.1.3",
    "array-indexofobject": "~0.0.1",
    "readable-stream": "~1.0.17"
  },
  "devDependencies": {
    "iconv": "2.1.x",
    "mocha": "~2.1.0",
    "request": "2.27.x"
  },
  "scripts": {
    "test": "mocha"
  }
}
