{
  "name": "url-parse",
  "version": "0.0.3",
  "description": "Parse URL in node using the URL module and in the browser using the DOM",
  "main": "index.js",
  "scripts": {
    "test": "mocha --reporter spec --ui bdd test.js",
    "coverage": "istanbul cover ./node_modules/.bin/_mocha -- --reporter spec --ui bdd test.js",
    "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --ui bdd test.js"
  },
  "keywords": [
    "URL",
    "parser",
    "uri",
    "url",
    "parse",
    "query",
    "string",
    "querystring",
    "stringify"
  ],
  "author": "Arnout Kazemier",
  "license": "MIT",
  "devDependencies": {
    "assume": "0.0.x",
    "istanbul": "0.3.x",
    "mocha": "1.21.x",
    "pre-commit": "0.0.x"
  },
   "testling": {
     "files": "test.js",
     "harness": "mocha-bdd",
     "browsers": [
       "ie/6..latest",
       "chrome/22..latest",
       "firefox/16..latest",
       "safari/latest",
       "opera/11.0..latest",
       "iphone/6",
       "ipad/6",
       "android-browser/latest"
     ]
   },
  "repository": {
    "type": "git",
    "url": "https://github.com/unshiftio/url-parse"
  }
}
