1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-01 07:48:35 +03:00
inform7/inform7/Internal/Inter/CommandParserKit/kit_metadata.json

25 lines
382 B
JSON
Raw Normal View History

2022-06-03 14:24:07 +03:00
{
"is": {
"type": "kit",
"title": "CommandParserKit",
"version": "1"
},
"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" ]
}
}