mirror of
https://github.com/He4eT/cheap-glkote.git
synced 2026-05-04 16:37:23 +00:00
30 lines
702 B
JSON
30 lines
702 B
JSON
{
|
|
"name": "cheap-glkote",
|
|
"version": "0.3.2",
|
|
"description": "Abstract JavaScript implementation of GlkOte",
|
|
"author": "He4eT <He4eTHb1u@gmail.com>",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"glk",
|
|
"glkote",
|
|
"interactive fiction",
|
|
"interactive-fiction"
|
|
],
|
|
"main": "src/index.js",
|
|
"files": [
|
|
"/src"
|
|
],
|
|
"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 ./bin/player.stdio.js",
|
|
"test": "./tests/runtests.sh"
|
|
}
|
|
}
|