forked from CraZySacX/node-jdbc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 781 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": "jdbc",
"version": "0.1.4-pre.0",
"description": "Node Module JDBC wrapper",
"main": "index.js",
"dependencies": {
"async": "~1.4",
"java": "~0.6",
"node-uuid": "~1.4",
"lodash": "~3.10"
},
"devDependencies": {
"jshint": "~2.8",
"nodeunit": "~0.9"
},
"scripts": {
"pretest": "bash bin/startdbs",
"test": "nodeunit test",
"posttest": "bash 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 <[email protected]>",
"license": "MIT",
"readmeFilename": "README.md"
}