{ "name": "database-error", "version": "2.0.1", "description": "Turns errors from database libraries into more useful error objects", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "http://git.cryto.net/joepie91/node-database-error.git" }, "keywords": [ "database", "pg", "postgresql", "errors", "error handling", "knex", "normalization" ], "author": "Sven Slootweg", "license": "WTFPL", "dependencies": { "create-error": "^0.3.1", "debug": "^4.1.1", "pg-error-codes": "^1.0.0" }, "devDependencies": { "@joepie91/gulp-preset-es2015": "^1.0.1", "babel-preset-es2015": "^6.24.1", "bluebird": "^3.5.1", "gulp": "^3.9.1", "knex": "^0.12.9", "pg": "^6.4.2" } }