Rinser/node_modules/rss-braider/package.json
2017-09-11 11:34:45 +01:00

78 lines
2.1 KiB
JSON

{
"_from": "git+https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git",
"_id": "rss-braider@1.2.1",
"_inBundle": false,
"_integrity": "sha1-7O6RZ3ZBafnUvOCGLyGx1kee1mQ=",
"_location": "/rss-braider",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "git+https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git",
"rawSpec": "git+https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git",
"saveSpec": "git+https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git",
"fetchSpec": "https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git",
"gitCommittish": "master"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "git+https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git#436237e6255ea45acd5864ace1cc1a8b183d2954",
"_spec": "git+https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git",
"_where": "/Users/martin/dev/Rinser",
"author": {
"name": "Kip Gebhardt",
"email": "kgebhardt@kqed.org"
},
"bugs": {
"url": "http://github.com/KQED/rss-braider/issues",
"email": "kgebhardt@kqed.org"
},
"bundleDependencies": false,
"dependencies": {
"async": "^2.1.5",
"bunyan": "^1.4.0",
"feedparser": "^2.1.0",
"include-folder": "^1.0.0",
"lodash": "^4.17.4",
"request": "^2.57.0",
"rss": "^1.2.2"
},
"deprecated": false,
"description": "Braid/aggregate/combine RSS feeds into a single RSS (or JSON) document. Optionally process through specified plugins.",
"devDependencies": {
"mockdate": "^2.0.1",
"tape": "^4.0.0"
},
"homepage": "https://github.com/KQED/rss-braider#readme",
"keywords": [
"rss",
"braider",
"combiner",
"aggregator",
"json",
"xml",
"feed",
"feeds",
"feed builder",
"syndicate",
"syndication",
"wordpress",
"blogs",
"distribution",
"podcasts",
"atom"
],
"license": "MIT",
"main": "index.js",
"name": "rss-braider",
"repository": {
"type": "git",
"url": "git+https://github.com/KQED/rss-braider.git"
},
"scripts": {
"test": "tape test"
},
"version": "1.2.1"
}