forked from CraZySacX/node-jdbc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 754 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 754 Bytes
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
{
"name": "jdbc",
"version": "0.1.1-pre.6",
"description": "Node Module JDBC wrapper",
"main": "index.js",
"dependencies": {
"async": "~1.4",
"java": "~0.5",
"node-uuid": "~1.4",
"underscore": "~1.8"
},
"devDependencies": {
"nodeunit": "~0.9"
},
"scripts": {
"pretest": "bin\/startdbs",
"test": "nodeunit test",
"posttest": "bin\/stopdbs"
},
"repository": {
"type": "git",
"url": "git://github.com/CraZySacX/node-jdbc.git"
},
"directories": {
"doc": ".",
"lib": "lib"
},
"keywords": [
"node",
"jdbc",
"wrapper"
],
"engines": {
"node": ">=0.10"
},
"author": "Jason Ozias <jason.g.ozias@gmail.com>",
"license": "MIT",
"readmeFilename": "README.md"
}