1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-04-29 15:49:36 +03:00
inform7/inform7/Internal/Inter/CommandParserKit/kit_metadata.json
2022-08-20 11:36:48 +01:00

24 lines
519 B
JSON

{
"is": {
"type": "kit",
"title": "CommandParserKit",
"version": "10.1.0-beta+6V44"
},
"needs": [ {
"need": {
"type": "kit",
"title": "WorldModelKit"
}
}, {
"need": {
"type": "extension",
"title": "Standard Rules",
"author": "Graham Nelson"
}
} ],
"activates": [ "command" ],
"kit-details": {
"has-priority": 3,
"provides-kinds": [ "Parsing.neptune" ]
}
}