-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
59 lines (59 loc) · 1.48 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
56
57
58
59
{
"name": "loopback-connector-dashdb",
"version": "2.0.5",
"description": "LoopBack Connector for IBM dashDB",
"engines": {
"node": ">=8.9"
},
"keywords": [
"LoopBack",
"DB2",
"DataSource",
"Connector"
],
"main": "index.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"pretest": "node pretest.js",
"test": "mocha --timeout 60000 --require test/init.js test/*.test.js node_modules/juggler-v3/test.js node_modules/juggler-v4/test.js",
"posttest": "npm run lint"
},
"files": [
"intl",
"lib",
"docs.json",
"index.js"
],
"dependencies": {
"async": "^3.1.0",
"debug": "^4.1.1",
"loopback-connector": "^4.0.0",
"loopback-ibmdb": "^2.6.1",
"strong-globalize": "^5.0.0"
},
"devDependencies": {
"bluebird": "^3.5.1",
"eslint": "^6.8.0",
"eslint-config-loopback": "^13.1.0",
"juggler-v3": "file:./deps/juggler-v3",
"juggler-v4": "file:./deps/juggler-v4",
"loopback-datasource-juggler": "^3.0.0 || ^4.0.0",
"lodash": "^4.17.10",
"mocha": "^6.2.0",
"ms": "^2.1.1",
"rc": "^1.2.8",
"should": "^13.2.3",
"sinon": "^7.3.2"
},
"repository": {
"type": "git",
"url": "git://github.com/loopbackio/loopback-connector-dashdb.git"
},
"homepage": "https://github.com/loopbackio/loopback-connector-dashdb",
"bugs": {
"url": "https://github.com/loopbackio/loopback-connector-dashdb/issues"
},
"license": "Artistic-2.0",
"author": "IBM Corp."
}