@geoblink/pg-spice
Version:
Monkey patch providing sugar and spice atop the node.js PostgreSQL client library
41 lines (40 loc) • 803 B
JSON
{
"name": "@geoblink/pg-spice",
"version": "2.0.3",
"description": "Monkey patch providing sugar and spice atop the node.js PostgreSQL client library",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/geoblink/node-pg-spice"
},
"keywords": [
"postgresql",
"postgres",
"pg",
"sugar",
"spice",
"named",
"parameters"
],
"author": "Sehrope Sarkuni <sehrope@jackdb.com>",
"license": "MIT",
"dependencies": {
"debug": "^2.2.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
"pg": ">=4 <=7"
},
"optionalDependencies": {},
"devDependencies": {
"jshint": "latest",
"mocha": "latest",
"pg": ">=4 <=7"
},
"engines": {
"node": ">= 0.8.0"
}
}