UNPKG

feed-read

Version:
39 lines (32 loc) 780 B
{ "name": "feed-read" , "version": "0.0.1" , "description": "a ATOM and RSS feed parser" , "keywords": ["atom", "rss", "feed", "parser"] , "homepage": "https://github.com/sentientwaffle/feed-read" , "bugs": { "url": "https://github.com/sentientwaffle/feed-read/issues" } , "author": { "name": "sentientwaffle" , "url": "http://sentientwaffle.github.com/" } , "main": "./index" , "scripts": { "test": "mocha" } , "repository": { "type": "git" , "url": "https://github.com/sentientwaffle/feed-read.git" } , "dependencies": { "request": "2.x.x" , "sax": "0.3.x" , "underscore": "1.x.x" } , "devDependencies": { "should": "0.x.x" , "mocha": "0.x.x" , "connect": "1.x.x" } , "engines": { "node": ">=0.4.1" } }