mirror of
https://github.com/He4eT/cheap-glkote.git
synced 2026-05-05 00:47:28 +00:00
27 lines
675 B
JSON
27 lines
675 B
JSON
{
|
|
"name": "cheap-glkote",
|
|
"version": "0.1.0",
|
|
"description": "Abstract JavaScript implementation of GlkOte",
|
|
"author": "He4eT <He4eTHb1u@gmail.com>",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"glk",
|
|
"glkote",
|
|
"interactive fiction",
|
|
"interactive-fiction"
|
|
],
|
|
"main": "src/index.js",
|
|
"repository": "https://github.com/He4eT/cheap-glkote",
|
|
"bugs": "https://github.com/He4eT/cheap-glkote/issues",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"ansi-escapes": "^4.0.0",
|
|
"emglken": "^0.3.3",
|
|
"minimist": "^1.2.5",
|
|
"mute-stream": "0.0.8"
|
|
},
|
|
"scripts": {
|
|
"play": "node ./tests/player.stdio.js",
|
|
"test": "./tests/runtests.sh"
|
|
}
|
|
}
|