{
  "name": "url-trim",
  "version": "1.0.0",
  "description": "trims query and hash parameters off a URL",
  "main": "index.js",
  "license": "MIT",
  "author": {
    "name": "Matt DesLauriers",
    "email": "dave.des@gmail.com",
    "url": "https://github.com/mattdesl"
  },
  "dependencies": {},
  "devDependencies": {
    "faucet": "0.0.1",
    "standard": "^5.3.1",
    "tape": "^4.2.0"
  },
  "scripts": {
    "test": "node test.js | faucet"
  },
  "keywords": [
    "url",
    "trim",
    "strip",
    "path",
    "name",
    "pathname",
    "param",
    "params",
    "query",
    "hash",
    "querystring",
    "string",
    "qs"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/Jam3/url-trim.git"
  },
  "homepage": "https://github.com/Jam3/url-trim",
  "bugs": {
    "url": "https://github.com/Jam3/url-trim/issues"
  }
}
