forked from loopbackio/loopback-connector-rest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.08 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
{
"name": "loopback-connector-rest",
"version": "4.0.1",
"description": "Loopback REST Connector",
"engines": {
"node": ">=10"
},
"keywords": [
"StrongLoop",
"LoopBack",
"REST",
"DataSource",
"Connector"
],
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha",
"posttest": "npm run lint"
},
"dependencies": {
"debug": "^4.1.0",
"jsonpath-plus": "^4.0.0",
"lodash": "^4.17.11",
"methods": "^1.1.1",
"mime": "^2.3.1",
"qs": "^6.1.0",
"request": "^2.53.0",
"strong-globalize": "^6.0.5",
"traverse": "^0.6.6"
},
"devDependencies": {
"bluebird": "^3.3.4",
"body-parser": "^1.12.0",
"eslint": "^7.12.1",
"eslint-config-loopback": "^13.1.0",
"eslint-plugin-mocha": "^8.0.0",
"express": "^4.12.0",
"loopback-datasource-juggler": "^4.26.0",
"mocha": "^8.2.1",
"multer": "^1.3.1",
"should": "^13.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-connector-rest.git"
},
"license": "MIT",
"author": "IBM Corp."
}