UNPKG

database-js-postgres

Version:
30 lines (29 loc) 672 B
{ "name": "database-js-postgres", "version": "1.1.3", "description": "Database-js wrapper for PostgreSQL", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/mlaanderson/database-js-postgres.git" }, "keywords": [ "database-js", "postgresql" ], "author": "Michael Anderson", "license": "MIT", "bugs": { "url": "https://github.com/mlaanderson/database-js-postgres/issues" }, "homepage": "https://github.com/mlaanderson/database-js-postgres#readme", "dependencies": { "pg": "^7.0.2" }, "devDependencies": { "database-js": "^3.0.2" } }