1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-05-17 08:28:42 +03:00
inform7/inform7/Internal/Inter/CommandParserKit/kit_metadata.json

24 lines
519 B
JSON
Raw Normal View History

2022-06-03 14:24:07 +03:00
{
2022-06-04 01:56:04 +03:00
"is": {
"type": "kit",
"title": "CommandParserKit",
"version": "10.2.0-beta+6W19"
2022-06-04 01:56:04 +03:00
},
"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" ]
}
}