{
  "name": "parse-uri",
  "description": "Lightweight module for parsing an URI",
  "homepage": "https://github.com/Kikobeats/parse-uri",
  "version": "1.0.3",
  "main": "./index.js",
  "author": {
    "email": "josefrancisco.verdu@gmail.com",
    "name": "Kiko Beats",
    "url": "https://github.com/Kikobeats"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kikobeats/parse-uri.git"
  },
  "bugs": {
    "url": "https://github.com/Kikobeats/parse-uri/issues"
  },
  "keywords": [
    "URI",
    "parse"
  ],
  "dependencies": {},
  "devDependencies": {
    "mocha": "latest",
    "should": "latest",
    "standard": "latest"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "index.js"
  ],
  "scripts": {
    "clean": "rm -rf node_modules",
    "lint": "standard lib",
    "pretest": "npm run lint",
    "test": "mocha"
  },
  "license": "MIT"
}
