{
  "name": "syndication",
  "version": "0.1.13",
  "description": "A library written in NodeJS for Syndicating RSS & ATOM based feeds. It is a Promise based library which extends feedparser.",
  "main": "lib/index.js",
  "scripts": {
    "test": "\"echo \"Error: no test specified\" && exit 1\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shivkumarganesh/Syndication.git"
  },
  "keywords": [
    "RSS",
    "ATOM",
    "Syndication",
    "Feeds",
    "Web",
    "Feeds",
    "Content",
    "Distribution",
    "Content Marketing",
    "Web Content"
  ],
  "author": "Shiv Kumar Ganesh <gshiv.sk@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shivkumarganesh/Syndication/issues"
  },
  "homepage": "https://github.com/shivkumarganesh/Syndication#readme",
  "devDependencies": {
    "jsdoc": "^3.4.0",
    "mocha": "^3.0.0"
  },
  "dependencies": {
    "feedparser": "^1.1.4",
    "request": "^2.74.0"
  }
}
