forked from openintegrationhub/sdf-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 957 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
{
"name": "@openintegrationhub/sdf-adapter",
"version": "0.0.1",
"description": "adapter component for the sdf framework",
"scripts": {
"test": "jest",
"start": "node ./node_modules/elasticio-sailor-nodejs/run.js"
},
"repository": {
"type": "git",
"url": "https://github.com/openintegrationhub/sdf-adapter.git"
},
"author": "Philipp, Franz",
"license": "BSD-2-Clause",
"engines": {
"node": "8.6.0",
"npm": ">=5.4"
},
"dependencies": {
"@openintegrationhub/event-bus": "*",
"bunyan": "1.8.12",
"co": "4.6.0",
"elasticio-node": "0.0.9",
"elasticio-sailor-nodejs": "2.2.1",
"lodash": "^4.17.15",
"request": "^2.88.0",
"request-promise": "4.1.1"
},
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-json": "^1.2.1",
"eslint-plugin-mocha": "^5.2.0",
"jest": "^24.8.0"
}
}