Rinser/node_modules/rss-braider/node_modules/feedparser/package.json
2015-07-20 14:42:07 +01:00

68 lines
1.6 KiB
JSON

{
"name": "feedparser",
"author": {
"name": "Dan MacTough",
"email": "danmactough@gmail.com"
},
"description": "Robust RSS Atom and RDF feed parsing using sax js",
"version": "1.1.3",
"keywords": [
"rss",
"feed",
"atom",
"rdf",
"xml",
"syndication",
"rsscloud",
"pubsubhubbub"
],
"license": "MIT",
"homepage": "http://github.com/danmactough/node-feedparser",
"repository": {
"type": "git",
"url": "git://github.com/danmactough/node-feedparser.git"
},
"bugs": {
"url": "http://github.com/danmactough/node-feedparser/issues"
},
"main": "main.js",
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"sax": "~0.6.0",
"addressparser": "~0.1.3",
"array-indexofobject": "~0.0.1",
"readable-stream": "~1.0.17"
},
"devDependencies": {
"iconv": "2.1.x",
"mocha": "~2.1.0",
"request": "2.27.x"
},
"scripts": {
"test": "mocha"
},
"gitHead": "99ee7e2b39983cfa5d2c42b8ff7dec2ec4af8c72",
"_id": "feedparser@1.1.3",
"_shasum": "0b725f6b4cbe4b26d518baec0d010ad020156c8b",
"_from": "feedparser@>=1.1.3 <2.0.0",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "danmactough",
"email": "danmactough@gmail.com"
},
"maintainers": [
{
"name": "danmactough",
"email": "danmactough@gmail.com"
}
],
"dist": {
"shasum": "0b725f6b4cbe4b26d518baec0d010ad020156c8b",
"tarball": "http://registry.npmjs.org/feedparser/-/feedparser-1.1.3.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/feedparser/-/feedparser-1.1.3.tgz"
}