{
  "name": "original",
  "version": "0.0.1",
  "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"
  },
  "keywords": [
    "origin",
    "url",
    "parse"
  ],
  "author": "Arnout Kazemier",
  "license": "MIT",
  "dependencies": {
    "url-parse": "0.0.x"
  }
}
