Skip to content

Commit 9071820

Browse files
author
Ubuntu
committed
add bower
1 parent 8d32f36 commit 9071820

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

bower.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "rss-parser",
3+
"description": "",
4+
"version": "1.1.0",
5+
"main": "dist/rss-parser.js",
6+
"authors": [
7+
"Bobby Brennan"
8+
],
9+
"license": "MIT",
10+
"homepage": "https://github.com/bobby-brennan/rss-parser",
11+
"moduleType": [
12+
"node"
13+
],
14+
"ignore": [
15+
"**/.*",
16+
"node_modules",
17+
"bower_components",
18+
"test",
19+
"tests"
20+
]
21+
}

0 commit comments

Comments
 (0)