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