-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.01 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.01 KB
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
51
52
{
"name": "ifx_db",
"description": "IBM Informix bindings for node",
"version": "6.0.5",
"main": "lib/odbc.js",
"homepage": "https://github.com/ifxdb/node-ifx_db",
"repository": {
"type": "git",
"url": "git://github.com/ifxdb/node-ifx_db.git"
},
"bugs": {
"url": "https://github.com/ifxdb/node-ifx_db/issues"
},
"contributors": [
"IBM Informix",
"Sathyanesh Krishnan"
],
"directories": {
"example": "examples",
"test": "test"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"install": "node installer/IfxDriverInstall.js",
"test": "cd test && node SampleApp1.js norun"
},
"dependencies": {
"bindings": "~1.3.0",
"nan": "~2.6.0",
"unzip": "~0.1.11",
"fstream": "~1.0.11"
},
"keywords": [
"node",
"Informix",
"driver",
"IoT",
"asynchronous",
"synchronous",
"scalable",
"enterprise",
"rasberty",
"pi",
"odbc",
"HCL",
"IBM"
],
"author": "Sathyanesh Krishnan",
"license": "MIT"
}