{
  "name": "url-parse",
  "version": "0.1.1",
  "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",
    "browserify": "browserify index.js -o dist/url-parse.js --standalone URLParse"
  },
  "keywords": [
    "URL",
    "parser",
    "uri",
    "url",
    "parse",
    "query",
    "string",
    "querystring",
    "stringify"
  ],
  "author": "Arnout Kazemier",
  "license": "MIT",
  "devDependencies": {
    "assume": "0.0.x",
    "browserify": "6.2.x",
    "istanbul": "0.3.x",
    "mocha": "2.0.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"
    ]
  },
  "browser": {
    "url": false
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/unshiftio/url-parse"
  },
  "dependencies": {
    "querystringify": "0.0.x",
    "requires-port": "0.0.x"
  }
}
