UNPKG

rss-parser

Version:

A lightweight RSS parser, for Node and the browser

46 lines (45 loc) 1 kB
{ "name": "rss-parser", "version": "3.3.0", "main": "index.js", "scripts": { "test": "mocha", "build": "./scripts/build.sh" }, "author": "Bobby Brennan", "license": "MIT", "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-preset-env": "^1.6.1", "chai": "^3.4.1", "express": "^4.15.4", "mocha": "^3.5.3", "puppeteer": "^1.4.0", "webpack": "^3.5.5" }, "dependencies": { "entities": "^1.1.1", "xml2js": "^0.4.17" }, "directories": { "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/bobby-brennan/rss-parser.git" }, "bugs": { "url": "https://github.com/bobby-brennan/rss-parser/issues" }, "homepage": "https://github.com/bobby-brennan/rss-parser#readme", "description": "A lightweight RSS parser, for Node and the browser", "keywords": [ "RSS", "RSS to JSON", "RSS reader", "RSS parser", "RSS to JS", "Feed reader" ] }