-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.28 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.28 KB
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
{
"name": "loopback-connector-informixdb",
"version": "2.2.0",
"description": "Native LoopBack Connector for Informix Database (SQLI protocol)",
"engines": {
"node": ">=6"
},
"keywords": [
"IBM",
"StrongLoop",
"LoopBack",
"Informix",
"Informixdb",
"node-informixdb",
"HCL",
"DataSource",
"Connector"
],
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha --timeout 5000 --require test/init.js",
"posttest": "npm run lint"
},
"dependencies": {
"async": "^1.5.0",
"debug": "^3.1.0",
"loopback-connector": "^4.0.0",
"loopback-informixdb": "1.0.0",
"strong-globalize": "^4.1.1"
},
"devDependencies": {
"bluebird": "^2.9.9",
"eslint": "^4.0.0",
"eslint-config-loopback": "^10.0.0",
"loopback-datasource-juggler": "^3.0.0",
"mocha": "^4.0.0",
"rc": "^1.2.8",
"should": "^8.1.1",
"sinon": "^1.17.2"
},
"repository": {
"type": "git",
"url": "git://github.com/OpenInformix/loopback-connector-informixdb.git"
},
"homepage": "https://github.com/OpenInformix/loopback-connector-informixdb",
"bugs": {
"url": "https://github.com/OpenInformix/loopback-connector-informixdb/issues"
},
"license": "SEE LICENSE IN LICENSE",
"author": "Rohit Pandey"
}