forked from tryggingamidstodin/node-jt400
-
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) · 762 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 762 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": "node-jt400",
"version": "1.1.0",
"description": "jt400 wrapper for nodejs",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/tryggingamidstodin/node-jt400.git"
},
"scripts": {
"test": "mocha -w"
},
"keywords": [
"as400",
"IBM",
"java",
"db2",
"jdbc",
"jt400"
],
"license": "mit",
"bugs": {
"url": "https://github.com/tryggingamidstodin/node-jt400/issues"
},
"dependencies": {
"JSONStream": "~1.0.6",
"flushwritable": "^1.0.0",
"java": "0.7.2",
"q": "~1.4.1"
},
"devDependencies": {
"chai": "^3.3.0",
"gulp": "^3.8.10",
"gulp-jshint": "^1.9.0",
"gulp-mocha": "^2.0.0",
"matcha": "^0.6.0",
"mocha": "^2.1.0"
}
}