node-oracledb/package.json

61 lines
1.2 KiB
JSON
Raw Normal View History

2015-01-21 00:51:22 +08:00
{
"name": "oracledb",
2016-12-01 19:03:18 +08:00
"version": "1.12.0",
"description": "Oracle Database driver by Oracle Corp.",
2015-05-27 05:40:40 +08:00
"license": "Apache-2.0",
"homepage": "http://www.oracle.com/technetwork/database/database-technologies/scripting-languages/node_js/",
"keywords": [
"oracledb",
"dboracle",
"Node.js",
"SQL",
"PL/SQL",
"connection",
"connectivity",
"OCI",
"client",
"plugin",
"library",
"driver",
"add-on",
"extension",
"binding",
"interface",
"adapter",
"module",
"DB",
"official",
"Database",
"Oracle"
],
"repository": {
"type": "git",
"url": "git://github.com/oracle/node-oracledb.git"
},
"dependencies": {
2016-12-01 18:37:53 +08:00
"nan": "~2.4.0"
},
2015-07-20 12:33:53 +08:00
"devDependencies": {
"mocha": "^2.4.5",
"should": "^8.3.1",
"async": "^1.5.0"
2015-07-20 12:33:53 +08:00
},
"scripts": {
2016-07-18 07:36:25 +08:00
"test": "mocha --opts test/opts/mocha.opts",
2016-12-01 18:46:41 +08:00
"posttest": "node test/opts/versions.js",
2016-12-01 18:47:26 +08:00
"testWindows": "mocha --opts test\\opts\\mocha.opts && npm run posttest"
2015-07-20 12:33:53 +08:00
},
"engines": {
"node": ">=0.10.28 <7"
},
"maintainers": [
{
"name": "Oracle Corp."
}
],
"bugs": {
"url": "https://github.com/oracle/node-oracledb/issues"
},
"main": "./index.js"
2015-01-21 00:51:22 +08:00
}