22 lines
357 B
JSON
22 lines
357 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|