summaryrefslogtreecommitdiffstats
path: root/js/vendor/js-url/.bower.json
blob: f222cce8c073ddaf0cc4792bbda2ac159d4636ab (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
28
29
30
31
32
33
34
35
36
37
{
  "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": {},
  "version": "2.1.0",
  "_release": "2.1.0",
  "_resolution": {
    "type": "version",
    "tag": "v2.1.0",
    "commit": "eeb6ac8a86f6762e04c0a8b76ae444e6f8d57809"
  },
  "_source": "git://github.com/websanova/js-url.git",
  "_target": "~2.*",
  "_originalSource": "js-url"
}