-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.22 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "pros-atom3",
"main": "./lib/pros-atom3",
"version": "2.2.0",
"description": "Provides integration with the PROS 3.x ecosystem",
"keywords": [
"pros",
"vex",
"robotics",
"cortex",
"vrc",
"purdue"
],
"activationHooks": [
"core:loaded-shell-environment"
],
"repository": "https://github.com/purduesigbots/pros-atom3",
"license": "MPL-2.0",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"@purduesigbots/pros-cli-middleware": "^2.5.1",
"atom-package-deps": "^4.6.2",
"debounce": "^1.2.0",
"etch": "^0.12.8",
"glob": "^7.1.2",
"semver": "^7.3.2",
"strip-ansi": "^4.0.0",
"universal-analytics": "^0.4.20",
"voucher": "^0.1.2",
"which": "^1.3.0"
},
"package-deps": {
"terminal-tab-plus": "^0.5.8"
},
"consumedServices": {
"console": {
"versions": {
"0.1.0": "consumeConsole"
}
},
"atom-ide-busy-signal": {
"versions": {
"0.1.0": "consumeBusySignal"
}
},
"tool-bar": {
"versions": {
"^1": "consumeToolBar"
}
},
"terminal-tab": {
"versions": {
"^0.5.0": "consumeTerminalTab"
}
}
},
"devDependencies": {}
}