UNPKG

697 BJSONView Raw
1{
2 "name": "pg-connection-string",
3 "version": "0.1.0",
4 "description": "Functions for dealing with a PostgresSQL connection string",
5 "main": "index.js",
6 "scripts": {
7 "test": "tap ./test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/iceddev/pg-connection-string"
12 },
13 "keywords": [
14 "pg",
15 "connection",
16 "string",
17 "parse"
18 ],
19 "author": "Blaine Bublitz <blaine@iceddev.com> (http://iceddev.com/)",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/iceddev/pg-connection-string/issues"
23 },
24 "homepage": "https://github.com/iceddev/pg-connection-string",
25 "dependencies": {},
26 "devDependencies": {
27 "tap": "^0.4.11"
28 }
29}