{
  "name": "react-native-parser-rss",
  "version": "1.0.3",
  "description": "React Native compatible package to parse RSS feeds",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jameslawler/react-native-rss-parser.git"
  },
  "keywords": [
    "react",
    "native",
    "rss",
    "parser"
  ],
  "author": "Ta Truong",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jameslawler/react-native-rss-parser/issues"
  },
  "homepage": "https://github.com/jameslawler/react-native-rss-parser#readme",
  "dependencies": {
    "cheerio-without-node-native": "^0.20.2",
    "xmldom": "^0.1.27"
  },
  "devDependencies": {
    "mocha": "^5.0.0"
  }
}
