summaryrefslogtreecommitdiffstats
path: root/js/vendor/js-url/bower.json
blob: 86d9c150248024547e19045d67df61d92535a567 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "js-url",
  "authors": [
    "Rob Nova <rob@websanova.com>"
  ],
  "description": "A simple url parser for JavaScript.",
  "keywords": [
    "js",
    "javascript",
    "url",
    "parser"
  ],
  "homepage": "https://github.com/websanova/js-url",
  "license": "MIT",
  "main": [
    "url.js"
  ],
  "ignore": [
    "lib",
    "gruntfile.js",
    "index.html",
    "package.json",
    "tests.js",
    "url.jquery.json"
  ],
  "dependencies": {}
}