-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.09 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
{
"name": "loopback-connector-flexirest",
"version": "2.1.1",
"description": "Loopback FLEXI REST Connector",
"repository": {
"type": "git",
"url": "https://github.com/yantrashala/loopback-connector-flexirest"
},
"keywords": [
"LoopBack",
"rest",
"Flexirest",
"DataSource",
"Connector",
"backend",
"microservices"
],
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --timeout 10000"
},
"dependencies": {
"debug": "^2.1.1",
"loopback-connector-rest": "^2.0.0",
"require-dir": "^0.3.0"
},
"devDependencies": {
"chai-http": "^3.0.0",
"chai": "^3.5.0",
"compression": "^1.0.3",
"cors": "^2.5.2",
"eslint-html-reporter": "^0.4.14",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"loopback": "^2.22.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^2.1.0",
"loopback-datasource-juggler": "^2.39.0",
"run-sequence": "^1.1.5",
"serve-favicon": "^2.0.1",
"supertest": "^1.1.0",
"handlebars": "^4.0.5"
}
}