forked from loopbackio/loopback-connector-ibmi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.32 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@apex-process-consultants/loopback-connector-ibmi",
"version": "1.0.0-beta.2",
"description": "LoopBack Connector for Db2 on the IBM i",
"engines": {
"node": ">=8"
},
"author": "IBM Corp.",
"keywords": [
"IBM",
"StrongLoop",
"LoopBack",
"DB2",
"DataSource",
"Connector",
"IBM i",
"odbc",
"idb-pconnector",
"idb-connector"
],
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha --timeout 15000 --require test/init.js",
"posttest": "npm run lint"
},
"dependencies": {
"async": "^1.5.0",
"debug": "^2.2.0",
"loopback-connector": "^4.0.0",
"odbc": "^2.1.2",
"strong-globalize": "^2.8.2"
},
"devDependencies": {
"bluebird": "^2.9.9",
"eslint": "^5.15.3",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-loopback": "^13.0.0",
"eslint-plugin-import": "^2.16.0",
"loopback-datasource-juggler": "^2.43.0",
"mocha": "^6.1.4",
"rc": "^1.1.5",
"should": "^8.1.1",
"sinon": "^1.17.2"
},
"repository": {
"type": "git",
"url": "https://github.com/Apex-BPM/loopback-connector-ibmi.git"
},
"homepage": "https://github.com/Apex-BPM/loopback-connector-ibmi",
"bugs": {
"url": "https://github.com/Apex-BPM/loopback-connector-ibmi/issues"
},
"license": "Artistic-2.0"
}