-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 803 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 803 Bytes
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
{
"name": "@openintegrationhub/github-adapter",
"version": "0.0.1",
"description": "Open Integration Hub Adapter for GitHub API",
"scripts": {
"start": "node ./node_modules/elasticio-sailor-nodejs/run.js",
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git@github.com:openintegrationhub/github-adapter.git"
},
"author": "Philipp Hoegner (GitHub: philecs) - Cloud Ecosystem e.V.",
"license": "Apache 2.0",
"engines": {
"node": "8.16.2",
"npm": ">=5.4"
},
"dependencies": {
"co": "4.6.0",
"debug": "^4.1.1",
"elasticio-node": "0.0.8",
"elasticio-sailor-nodejs": "2.2.1",
"es6-promise": "^4.2.6",
"generate-schema": "^2.6.0",
"isomorphic-fetch": "^2.2.1",
"request": "2.76.0",
"request-promise": "4.1.1"
}
}