forked from ibmdb/node-ibm_db
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "ibm_db",
"description": "IBM DB2 and IBM Informix bindings for node",
"version": "2.4.0",
"main": "lib/odbc.js",
"homepage": "https://github.com/ibmdb/node-ibm_db/",
"repository": {
"type": "git",
"url": "git://github.com/ibmdb/node-ibm_db.git"
},
"bugs": {
"url": "https://github.com/ibmdb/node-ibm_db/issues"
},
"contributors": [
"IBM <[email protected]>"
],
"directories": {
"example": "examples",
"test": "test"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"install": "node installer/driverInstall.js",
"test": "cd test && node run-tests.js"
},
"dependencies": {
"bindings": "^1.2.1",
"fstream": "^1.0.11",
"nan": "^2.10.0",
"q": "^1.4.1",
"request": "^2.81.0",
"targz": "~1.0.1",
"unzipper": "^0.7.6"
},
"keywords": [
"node",
"odbc",
"db2",
"driver"
],
"author": "IBM",
"license": "MIT",
"devDependencies": {
"async": "^2.0.1",
"bluebird": "^3.4.3",
"moment": "^2.14.1"
}
}