forked from OpenInformix/IfxNode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.07 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
51
52
53
{
"name": "ifxnjs",
"description": "Informix native node.js driver",
"version": "10.0.4",
"main": "lib/odbc.js",
"homepage": "https://github.com/OpenInformix/IfxNode",
"repository": {
"type": "git",
"url": "git://github.com/OpenInformix/IfxNode.git"
},
"bugs": {
"url": "https://github.com/OpenInformix/IfxNode/issues"
},
"contributors": [
"OpenInformix",
"Informix",
"Sathyanesh Krishnan",
"Javier Sagrera"
],
"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.1",
"fstream": "~1.0.11",
"nan": "^2.12.1",
"node-gyp": "^3.8.0",
"q": "^1.5.1",
"unzip": "~0.1.11"
},
"keywords": [
"node",
"Informix",
"driver",
"IoT",
"asynchronous",
"synchronous",
"scalable",
"enterprise",
"raspberry",
"pi"
],
"author": "Sathyanesh Krishnan",
"license": "MIT"
}