-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 934 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
{
"name": "git-ssh-server",
"version": "0.0.3",
"description": "SSH server for handling git-{upload,receive}-pack with custom authorization",
"main": "lib/git-ssh-server.js",
"bin": {
"git-ssh-server" : "./bin/git-ssh-server.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:deian/git-ssh-server.git"
},
"keywords": [
"git",
"ssh",
"ssh server"
],
"author": "Deian Stefan <[email protected]> (http://deian.net/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/deian/git-ssh-server/issues"
},
"homepage": "https://github.com/deian/git-ssh-server",
"dependencies": {
"async" : "~0.9.0",
"debug" : "~4.1.1",
"handlebars" : "~4.5.3",
"lockfile" : "~1.0.0",
"underscore" : "~1.6.0",
"docopt" : "~0.4.0",
"util-is" : "0.1.0"
}
}