Pegging node-rss at 603b25. Starting a README.

This commit is contained in:
Kip Gebhardt 2015-01-12 14:31:56 -08:00
parent 403ed38487
commit 72da470d3b
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1 @@
An RSS Braider Module

View File

@ -3,6 +3,7 @@
"version": "0.0.1",
"description": "Braid or aggregate RSS feeds into a single RSS document",
"main": "index.js",
"repository": "https://github.com/KQED/rss-braider",
"scripts": {
"test": "tape test"
},
@ -22,7 +23,7 @@
"mockdate": "^1.0.1",
"prova": "^2.1.1",
"request": "^2.51.0",
"rss": "git://github.com/rv-kip/node-rss.git",
"rss": "git://github.com/rv-kip/node-rss.git#603b25",
"tape": "^3.0.3"
}
}