mirror of
https://github.com/atom/atom.git
synced 2026-02-12 07:35:14 -05:00
12 lines
179 B
JSON
12 lines
179 B
JSON
{
|
|
"name": "package-with-missing-consumed-services",
|
|
|
|
"consumedServices": {
|
|
"service-1": {
|
|
"versions": {
|
|
">=0.1": "consumeMissingService"
|
|
}
|
|
}
|
|
}
|
|
}
|