-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 920 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
{
"name": "quantum-shell",
"main": "./lib/quantum-shell-controller",
"version": "0.7.1",
"author": {
"name": "Seth David Bullock",
"email": "sedabull@gmail.com",
"url": "http://github.com/sedabull"
},
"description": "A multi-platform command line interface for the Atom text editor!",
"keywords": [
"terminal",
"tab-completion",
"Windows support",
"alias",
"prompt string",
"history",
"command line"
],
"bugs": {
"email": "sedabull@gmail.com",
"url": "http://github.com/sedabull/quantum-shell/issues"
},
"activationCommands": {
"atom-workspace": "quantum-shell:toggle"
},
"repository": {
"type": "git",
"url": "https://github.com/sedabull/quantum-shell"
},
"license": "MIT",
"engines": {
"atom": ">=1.0.12 <2.0"
},
"dependencies": {
"split": "^0.3.2",
"through2": "^0.6.3",
"underscore-plus": "^1.6.6"
}
}