-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
83 lines (83 loc) · 1.67 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "pros",
"main": "./lib/main",
"version": "0.7.5",
"description": "Provides integration with the PROS ecosystem",
"keywords": [
"pros",
"vex",
"robotics",
"cortex",
"vrc",
"purdue"
],
"repository": "https://github.com/purduesigbots/pros-atom",
"license": "MPL-2.0",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"atom-linter": "^4.3.3",
"atom-space-pen-views": "^2.1.1",
"atom-package-deps": "^4.0.0",
"clang-flags": "0.2.2",
"command-exists": "^1.0.0",
"event-kit": "^2.1.0",
"fs-extra": "^0.26.1",
"semver": "^5.0.0",
"split-string": "^0.1.0",
"tempfile": "^1.1.0",
"voucher": "^0.1.2",
"fs-plus": "^2.9.0",
"async": "^1.5.2"
},
"package-deps": [
"linter",
"tool-bar",
"tool-bar-main",
"build",
"platformio-ide-terminal"
],
"consumedServices": {
"tool-bar": {
"versions": {
"^0 || ^1": "consumeToolbar"
}
},
"linter-indie": {
"versions": {
"1.0.0": "consumeLinter"
}
},
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
},
"runInTerminal": {
"versions": {
"^0.14.0": "consumeRunInTerminal"
}
}
},
"providedServices": {
"builder": {
"description": "Runs GNU Make for PROS",
"versions": {
"2.0.0": "provideBuilder"
}
},
"autocomplete.provider": {
"versions": {
"2.0.0": "autocompleteProvider"
}
}
},
"deserializers": {
"ConductorView": "deserializeConductorView",
"WelcomeView": "deserializeWelcomeView"
},
"cli_pros": {
"version": "2.6.1"
}
}