summaryrefslogtreecommitdiffstats
path: root/js/vendor/js-url/url.jquery.json
blob: 68274647d27b23e7d73c4947e99660baebeb1072 (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
{
  "name": "url",
  "title": "url jQuery Plugin",
  "description": "A simple, lightweight url parser for JavaScript (~1.6 Kb minified, ~0.6Kb gzipped).",
  "keywords": [
    "websanova",
    "url"
  ],
  "version": "1.8.6",
  "author": {
    "name": "Websanova",
    "email": "rob@websanova.com",
    "url": "http://websanova.com"
  },
  "maintainers": [
    {
      "name": "Websanova",
      "email": "rob@websanova.com",
      "url": "http://websanova.com"
    }
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/websanova/js-url#license"
    }
  ],
  "bugs": "https://github.com/websanova/js-url/issues",
  "homepage": "http://url.websanova.com",
  "docs": "https://github.com/websanova/js-url#url",
  "download": "https://github.com/websanova/js-url/tags",
  "dependencies": {
    "jquery": ">=1.5"
  }
}