Skip to content

Commit 21f34f4

Browse files
committed
Merge pull request #3 from merqurio/master
Add bower support
2 parents c21c836 + 38d5805 commit 21f34f4

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

bower.json

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "pathparser",
3+
"description": "Tiny, flexible JavaScript URL parser / router with no dependencies",
4+
"main": "pathparser.js",
5+
"authors": [
6+
"Dan Stillman <[email protected]>"
7+
],
8+
"license": "MIT",
9+
"keywords": [
10+
"url",
11+
"parser",
12+
"pathparser",
13+
"router"
14+
],
15+
"homepage": "https://github.com/dstillman/pathparser.js",
16+
"moduleType": [
17+
"globals"
18+
],
19+
"ignore": [
20+
"**/.*",
21+
"node_modules",
22+
"bower_components",
23+
"test",
24+
"tests"
25+
]
26+
}

0 commit comments

Comments
 (0)