-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.4 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
{
"name": "particle-dev-local-compiler",
"main": "./lib/main",
"version": "0.1.3",
"description": "Package providing local compilation for Particle devices in Particle Dev",
"keywords": [
"spark",
"particle",
"compiler",
"photon"
],
"repository": "https://github.com/spark/particle-dev-local-compiler",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"atom-package-deps": "^4.6.0",
"atom-space-pen-views": "^2.2.0",
"docker-compose-tool": "0.0.1",
"dockerode": "^2.5.0",
"dray-client": "0.0.15",
"event-kit": "^2.3.0",
"fs-plus": "^3.0.1",
"glob": "^7.1.2",
"particle-dev-views": "git://github.com/spark/particle-dev-views.git#v0.0.3",
"semver": "^5.4.1",
"strip-ansi": "^4.0.0",
"when": "^3.7.8"
},
"package-deps": [
"particle-dev",
"particle-dev-profiles",
"tool-bar",
"console-panel"
],
"consumedServices": {
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
},
"console-panel": {
"versions": {
"^1.0.0": "consumeConsolePanel"
}
},
"tool-bar": {
"versions": {
"^0 || ^1": "consumeToolBar"
}
},
"particle-dev": {
"versions": {
"^0.0.1": "consumeParticleDev"
}
},
"particle-dev-profiles": {
"versions": {
"^0.0.2": "consumeProfiles"
}
}
}
}