summaryrefslogtreecommitdiffstats
path: root/js/vendor/js-url/package.json
blob: c60be4845d59664484bd4fb89f665c3df384aa7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "url",
  "version": "1.8.6",
  "description": "A simple, lightweight url parser for JavaScript (~1.6 Kb minified, ~0.6Kb gzipped).",
  "main": "url.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/websanova/js-url"
  },
  "author": {
    "name" : "Websanova"
  },
  "homepage" : "http://url.websanova.com",
  "license": "MIT, GPL",
  "dependencies": {
    "grunt-contrib-qunit": "",
    "grunt-contrib-uglify": "",
    "grunt-contrib-jshint": ""
  },
  "scripts": {
    "prepublish": "grunt"
  }
}