noradle-ndbc
Version:
node.js database connectivity to oracle by noradle
35 lines (34 loc) • 734 B
JSON
{
"name": "noradle-ndbc",
"version": "0.13.2",
"description": "node.js database connectivity to oracle by noradle",
"main": "NDBC.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:noradle/noradle-ndbc.git"
},
"keywords": [
"noradle",
"ndbc",
"client",
"driver",
"pool",
"jdbc"
],
"author": "kaven276@vip.sina.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/noradle/noradle-ndbc/issues"
},
"homepage": "https://github.com/noradle/noradle-ndbc",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"debug": "~2.1.1",
"noradle-resultsets": "^0.13.0"
}
}