forked from node-migrator-bot/node-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 874 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
38
39
40
41
{
"name": "editors",
"version": "1.1.4",
"description": "attempts to launch a text editor in your program, it will always prefer $EDITOR, but knows a little more :)",
"main": "index.js",
"directories": {
"example": "example",
"test": "test"
},
"dependencies": {
"async": "^1.2.1",
"errno-codes": "^1.0.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"tap": "~0.4.4"
},
"repository": {
"type": "git",
"url": "git://github.com/maboiteaspam/node-editor.git"
},
"homepage": "https://github.com/maboiteaspam/node-editor",
"keywords": [
"text",
"edit",
"shell",
"gui"
],
"author": "maboiteaspam",
"contributors": [
{
"name": "James Halliday",
"email": "[email protected]",
"url": "http://substack.net"
}
],
"license": "MIT",
"engine": {
"node": ">=0.6"
}
}