1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-05-02 09:09:46 +03:00
inform7/inform7/Internal/Inter/BasicInformKit/kit_metadata.json

36 lines
960 B
JSON

{
"is": {
"type": "kit",
"title": "BasicInformKit",
"version": "10.2.0-beta+6W19"
},
"needs": [ {
"unless": {
"type": "kit",
"title": "WorldModelKit"
},
"need": {
"type": "kit",
"title": "BasicInformExtrasKit"
}
}, {
"need": {
"type": "extension",
"title": "Basic Inform",
"author": "Graham Nelson"
}
}, {
"need": {
"type": "extension",
"title": "English Language",
"author": "Graham Nelson"
}
} ],
"activates": [ "glulx external files", "glulx internal files" ],
"kit-details": {
"has-priority": 0,
"defines-Main": false,
"provides-kinds": [ "Macros.neptune", "Protocols.neptune", "Core.neptune", "Punctuation.neptune", "Files.neptune" ],
"indexes-with-structure": "Basic.indext"
}
}