-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 861 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" : "editr",
"version" : "0.1.3",
"preferGlobal": "true",
"description" : "Edit remote files with your local editor",
"dependencies" : {
"optimist": "0.3.4"
},
"homepage": "http://github.com/jtokoph/editr",
"repository" : {
"type" : "git",
"url" : "http://github.com/jtokoph/editr"
},
"bugs": {
"email": "[email protected]",
"url": "http://github.com/jtokoph/editr/issues"
},
"keywords" : [
"cli",
"remote",
"editor",
"rmate",
"tools"
],
"author" : {
"name" : "Jason Tokoph",
"email" : "[email protected]",
"url" : "http://jasontokoph.com"
},
"engine" : {
"node" : ">=0.8"
},
"bin": {
"editr-server": "editr-server.js",
"editr-client.sh": "editr-client.sh"
}
}