UNPKG

dbwrkr-pg

Version:

DBWrkr storage engine for PostgreSQL using the pg module

36 lines (35 loc) 815 B
{ "name": "dbwrkr-pg", "version": "0.1.7", "description": "DBWrkr storage engine for PostgreSQL using the pg module", "main": "dbwrkr-postgresql.js", "scripts": { "test": "node ./test/dbwrkr-postgresql-tests.js && eslint .", "tdd": "nodemon -w ./ -w ../dbwrkr ./test/dbwrkr-postgresql-tests.js" }, "keywords": [ "dbwrkr", "wrkr", "postgresql", "pg" ], "repository": { "type": "git", "url": "git://github.com/HPieters/dbwrkr-postgresql.git" }, "author": "Harrie Pieters", "license": "MIT", "devDependencies": { "dbwrkr": "whyhankee/dbwrkr", "eslint": "4.4.1", "nodemon": "1.11.0" }, "dependencies": { "assert": "1.4.1", "async": "2.5.0", "debug": "3.0.0", "lodash": "4.17.4", "lru-cache": "4.1.1", "pg": "7.1.2" } }