forked from ericvicenti/ssh-keygen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 757 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": "ssh-keygen",
"version": "0.4.0",
"author": {
"name": "Eric Vicenti",
"url": "https://github.com/ericvicenti"
},
"homepage": "https://github.com/ericvicenti/ssh-keygen",
"repository": {
"type": "git",
"url": "git://github.com/ericvicenti/ssh-keygen.git"
},
"engines": {
"node": ">= 0.6.0"
},
"keywords": [
"ssh",
"key",
"pair",
"private",
"public"
],
"bugs": {
"url": "https://github.com/ericvicenti/ssh-keygen/issues"
},
"main": "src/ssh-keygen",
"description": "Generates SSH key-pairs",
"dependencies": {
"underscore": "1.4.x"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ericvicenti/ssh-keygen/blob/master/LICENSE.md"
}
]
}