-
Notifications
You must be signed in to change notification settings - Fork 253
/
Copy pathpackage.json
33 lines (33 loc) · 820 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
{
"name": "terminal-plus",
"main": "./lib/terminal-plus",
"version": "0.14.5",
"description": "A terminal package for Atom, complete with themes and more.",
"author": "Jeremy Ebneyamin",
"keywords": [
"terminal-plus",
"terminal",
"plus",
"panel",
"tty"
],
"homepage": "https://atom.io/packages/terminal-plus",
"repository": "https://github.com/jeremyramin/terminal-plus",
"license": "MIT",
"engines": {
"atom": ">=1.10.2"
},
"dependencies": {
"atom-space-pen-views": "^2.1.0",
"pty.js": "git+https://github.com/jeremyramin/pty.js.git#f6b5a5a",
"term.js": "git+https://github.com/jeremyramin/term.js.git",
"underscore": "^1.8.3"
},
"consumedServices": {
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
}
}
}