-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.1 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
{
"name": "gitpad-github",
"version": "1.0.77",
"title": "Github",
"description": "API info about gihub repositories",
"homepage": "https://github.com/gitpad-pl/github#readme",
"author": "Tom Sapletta <tom@sapletta.com> (https://tom.sapletta.com)",
"company": "Softreck OÜ (https://softreck.com)",
"license": "MIT",
"main": "./lib/github.js",
"directories": {
"test": "./test",
"lib": "./lib"
},
"no-scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"version": "-version.bat",
"push": "-github-push.bat",
"publish": "-npm-publish.bat"
},
"repository": {
"type": "git",
"url": "https://github.com/gitpad-pl/github.git"
},
"keywords": [
"gitpad",
"github",
"api",
"devops",
"development",
"javascript",
"library",
"app",
"tool"
],
"bugs": {
"url": "https://github.com/gitpad-pl/github/issues"
},
"dependencies": {
"axios": "^0.18.1",
"fs": "0.0.1-security",
"gitpad-decode": "^1.0.3",
"gitpad-each": "^1.0.5",
"gitpad-each-filter": "^1.0.3",
"gitpad-empty": "^1.0.2"
}
}