{
  "name": "parse-db-url",
  "version": "2.3.0",
  "description": "parse database URLs into configuration objects",
  "main": "parse-url.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/grncdr/parse-db-url.git"
  },
  "keywords": [
    "any-db",
    "db",
    "url"
  ],
  "author": "Stephen Sugden <me@stephensugden.com>",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/grncdr/parse-db-url/issues"
  },
  "devDependencies": {
    "tape": "~2.3.2"
  }
}
