-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 952 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
39
40
41
42
43
{
"name": "oe-connector-mongodb",
"version": "2.2.0",
"description": "The modified MongoDB connector for the LoopBack framework - customization done for oe-cloud.",
"engines": {
"node": ">=6"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/edgeverve/oe-connector-mongodb.git"
},
"scripts": {
"test": "mocha test",
"lint": "eslint . "
},
"keywords": [
"connector",
"datasource",
"oe",
"oecloud",
"mongodb"
],
"license": "MIT",
"dependencies": {
"async": "2.6.2",
"bson": "1.1.0",
"debug": "3.2.6",
"loopback-connector": "4.6.1",
"mongodb": "3.1.13",
"strong-globalize": "4.1.2"
},
"devDependencies": {
"eslint": "5.15.1",
"eslint-config-loopback": "10.0.0",
"loopback-datasource-juggler": "3.28.1",
"mocha": "5.2.0",
"rc": "1.2.8",
"semver": "5.6.0",
"should": "13.2.3",
"sinon": "6.3.5"
}
}