noradle-nodejs-client
Version:
noradle protocol client to access oracle plsql servlet
32 lines (31 loc) • 743 B
JSON
{
"name": "noradle-nodejs-client",
"version": "0.14.2",
"description": "noradle protocol client to access oracle plsql servlet",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:noradle/noradle-nodejs-client.git"
},
"dependencies": {
"debug": "~2.1.1",
"noradle-protocol": "noradle/noradle-protocol"
},
"keywords": [
"noradle",
"client",
"db",
"driver",
"db",
"pool"
],
"author": "kaven276@vip.sina.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/noradle/noradle-nodejs-client/issues"
},
"homepage": "https://github.com/noradle/noradle-nodejs-client"
}