forked from IBM/zos-node-accessor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 803 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
{
"name": "zos-node-accessor",
"version": "1.0.1",
"description": "Accessing z/OS dataset and interacting with JES in NodeJS way",
"main": "./lib/zosAccessor",
"scripts": {
"test": "mocha test/zosAccessor.tests.js test/objectParameter.tests.js"
},
"repository": {
"type": "git",
"url": "https://github.com/IBM/zos-node-accessor"
},
"keywords": [
"zos",
"z/OS",
"jes",
"dataset",
"jcl"
],
"dependencies": {
"debug": "~2.6.8",
"ftp": "~0.3.8",
"q": "~1.4.1"
},
"devDependencies": {
"chai": "~3.5.0",
"mocha": "~3.2.0",
"sinon": "~1.17.7"
},
"engines": {
"node": ">= 0.10.0"
},
"author": "Chang Xin Miao <miaocx@cn.ibm.com>",
"contributors": [
"Qi Liang <liangqi@cn.ibm.com>"
],
"license": "EPL-1.0"
}