UNPKG

node-feedparser

Version:
33 lines (32 loc) 704 B
{ "name": "node-feedparser", "version": "1.0.1", "description": "feedparser not use stream", "main": "index.js", "scripts": { "test": "mocha test" }, "repository": { "type": "git", "url": "https://github.com/BiteBit/node-feedparser.git" }, "keywords": [ "feedparser" ], "author": "BiteBit", "license": "MIT", "bugs": { "url": "https://github.com/BiteBit/node-feedparser/issues" }, "homepage": "https://github.com/BiteBit/node-feedparser", "dependencies": { "feedparser": "^1.1.0", "lodash": "^3.9.3", "string-stream": "0.0.7" }, "devDependencies": { "better-assert": "^1.0.2", "request": "^2.55.0", "should": "^6.0.3" } }