forked from joeferner/node-oracle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 830 Bytes
/
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
{
"name": "oracle",
"description": "Oracle database driver",
"keywords": ["database", "db", "oracle"],
"homepage": "https://github.com/joeferner/node-oracle",
"license": "MIT",
"version": "0.3.6",
"engines": {
"node": ">=0.6.0"
},
"maintainers": [
{
"name": "Joe Ferner",
"email": "joe@fernsroth.com"
},
{
"name": "Raymond Feng",
"email": "raymond@strongloop.com"
},
{
"name": "raztus"
}
],
"bugs": {
"url": "https://github.com/joeferner/node-oracle/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/joeferner/node-oracle.git"
},
"dependencies": {
},
"devDependencies": {
"nodeunit": "~>0.8.0"
},
"scripts": {
"test": "nodeunit test/integration.js test/outparams.js"
},
"main": "./index.js"
}