-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1 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
{
"name": "node-odp",
"description": "A node library that wraps the Oracle Data Provider for.NET (ODP.NET) library to provide bindings to oracle on windows.",
"version": "0.2.3",
"homepage": "https://github.com/bomsy/node-odp",
"author": "Miller hare ltd <www.millerhare.com>",
"contributors": [
{
"name": "Hubert .B. Manilla",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/bomsy/node-odp.git"
},
"bugs": {
"url": "https://github.com/bomsy/node-odp/issues"
},
"licences": [
{
"type": "MIT",
"url": "https://github.com/bomsy/node-odp/blob/master/LICENCE-MIT"
}
],
"main": "./libs/build/Release/odpnode.node",
"engines": {
"node": "0.10.x",
"nodeunit": "0.7.x"
},
"keywords": [
"odp.net",
"oracle",
"database",
"data",
"oracle data provider",
".net",
"db"
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-nodeunit": "~0.1.2"
}
}