forked from f/atom-term2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 827 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 827 Bytes
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
{
"name": "term2",
"main": "./index",
"version": "0.9.21",
"description": "You can run shell sessions within Atom Editor using Term 2 package. You can run **Vim, Emacs, Htop, etc.** in your Atom. It's based on `pty.js` as shell spawner, and `term.js` as xterm, with the power of Atom Package environment.",
"activationCommands": {
"atom-workspace": [
"term2:open",
"term2:open-split-left",
"term2:open-split-up",
"term2:open-split-right",
"term2:open-split-down"
]
},
"repository": "https://github.com/f/atom-term2",
"license": "MIT",
"engines": {
"atom": ">=0.121.0"
},
"dependencies": {
"atom-term.js": "0.0.56",
"atom-space-pen-views": "^2.0.3",
"debounce": "0.0.3",
"fs-plus": "^2.2.3",
"keypather": "^1.3.2",
"pty.js": "^0.3.0"
}
}