chlorine
Version:
A tool to keep your database pool clean
45 lines (44 loc) • 903 B
JSON
{
"name": "chlorine",
"version": "0.1.2",
"description": "A tool to keep your database pool clean",
"main": "chlorine.js",
"keywords": [
"javascript",
"database",
"pooling",
"mysql",
"postgres",
"node",
"chlorine",
"js",
"db",
"pg"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/WeatherDecisionTechnologies/node-chlorine"
},
"author": "Weather Decision Technologies, Inc.",
"homepage": "http://wdtinc.com",
"contributors": [
{
"name": "Phillip Sipe",
"email": "gsipe@wdtinc.com"
},
{
"name": "Karl Kirch",
"email": "kkirch@wdtinc.com"
}
],
"license": "Apache License 2.0",
"dependencies": {
"generic-pool": "^2.1.0",
"mysql": "^2.3.2",
"pg.js": "^3.4.1",
"xtend": "^3.0.0"
}
}