-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 861 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 861 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
31
32
33
34
35
36
37
{
"name": "docloop-github-adapter",
"version": "1.0.3",
"author": "Andreas Pittrich",
"license": "GPL-3.0",
"description": "Docloop target adapter to interact with the github issue tracker",
"main": "github-adapter.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/docloop/backend.git"
},
"keywords": [
"docloop",
"gihub"
],
"directories": {
"test": "test"
},
"bugs": {
"url": "https://github.com/docloop/github-adapter/issues"
},
"homepage": "https://github.com/docLloop/github-adapter#readme",
"dependencies": {
"@octokit/rest": "^18.0.4",
"bluebird": "^3.7.2",
"docloop": "^1.0.6",
"jsonwebtoken": "^8.5.1",
"request": "^2.88.2",
"request-promise-native": "^1.0.9"
},
"devDependencies": {
"mocha": "^8.1.2"
}
}