-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
37 lines (37 loc) · 914 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": "gogs-client",
"version": "0.5.2",
"description": "A client library for interacting with the gogs REST api.",
"main": "./lib/gogs-client.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unfoldingWord-dev/node-gogs-client.git"
},
"keywords": [
"gogs",
"api",
"rest",
"client",
"git"
],
"author": "Joel Lonbeck <joel@neutrinographics.com> (http://neutrinographics.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/unfoldingWord-dev/node-gogs-client/issues"
},
"tonicExampleFilename": "example.js",
"homepage": "https://github.com/unfoldingWord-dev/node-gogs-client#readme",
"dependencies": {
"axios": "^0.18.0",
"base-64": "^0.1.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-mocha": "^2.2.0",
"lodash": "^4.6.1",
"mocha": "^2.4.5"
}
}