{
  "name": "original",
  "version": "0.0.7",
  "description": "Generate the origin from an URL or check if two URL/Origins are the same",
  "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"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/unshiftio/original"
  },
  "keywords": [
    "origin",
    "url",
    "parse"
  ],
  "author": "Arnout Kazemier",
  "license": "MIT",
  "dependencies": {
    "url-parse": "0.1.x"
  },
  "devDependencies": {
    "assume": "0.0.x",
    "istanbul": "0.3.x",
    "mocha": "2.0.x",
    "pre-commit": "0.0.x"
  }
}
