rss-parser-browser
Version:
A simple, light-weight RSS parser for browser. Parse strings, URLs, or files and get a JS object back
40 lines (39 loc) • 860 B
JSON
{
"name": "rss-parser-browser",
"version": "2.2.2",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"author": "Atul R",
"license": "MIT",
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^3.4.2"
},
"dependencies": {
"entities": "^1.1.1",
"xml2js": "^0.4.17"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/master-atul/rss-parser.git"
},
"bugs": {
"url": "https://github.com/master-atul/rss-parser/issues"
},
"homepage": "https://github.com/master-atul/rss-parser#readme",
"description": "A simple, light-weight RSS parser for browser. Parse strings, URLs, or files and get a JS object back",
"keywords": [
"RSS",
"RSS to JSON",
"RSS reader",
"RSS parser",
"RSS to JS",
"Feed reader",
"browser"
]
}