Skip to content

Commit 9a81be1

Browse files
committed
Add bower.json file.
1 parent 458aff5 commit 9a81be1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

bower.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "js-url",
3+
"description": "A simple url parser for JavaScript.",
4+
"keywords": ["js", "javascript", "url", "parser"],
5+
"homepage": "https://github.com/websanova/js-url",
6+
"license": "MIT",
7+
"moduleType": "globals",
8+
"main": [
9+
"url.js"
10+
],
11+
"ignore": [
12+
"lib",
13+
"gruntfile.js",
14+
"index.html",
15+
"package.json",
16+
"tests.js",
17+
"url.jquery.json"
18+
],
19+
"dependencies": {}
20+
}

0 commit comments

Comments
 (0)