Initial commit of working RSS Aggregator build
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "rss-parser",
|
||||
"description": "",
|
||||
"version": "1.1.0",
|
||||
"main": "dist/rss-parser.js",
|
||||
"authors": [
|
||||
"Bobby Brennan"
|
||||
],
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/bobby-brennan/rss-parser",
|
||||
"moduleType": [
|
||||
"node"
|
||||
],
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user