15 lines
448 B
JSON
15 lines
448 B
JSON
{
|
|
"name": "hank",
|
|
"url": "https://github.com/hankvn/hank",
|
|
"license": "MIT",
|
|
"tags": ["cross", "game", "interactive-fiction", "ink"],
|
|
"description": "Narrative scripting language for HaxeFlixel games based on Inkle's Ink engine",
|
|
"version": "0.0.8",
|
|
"releasenote": "It isn't safe to use this library yet.",
|
|
"contributors": ["NQNStudios"],
|
|
"main": "hank.Main",
|
|
"dependencies": {
|
|
"hscript": ""
|
|
}
|
|
}
|