Dirty initial commit

This commit is contained in:
He4eT 2021-02-23 12:31:02 +05:00
commit eab87d32a9
13 changed files with 7039 additions and 0 deletions

24
package.json Normal file
View file

@ -0,0 +1,24 @@
{
"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",
"dependencies": {},
"devDependencies": {
"ansi-escapes": "^4.0.0",
"emglken": "^0.3.3",
"minimist": "^1.2.5",
"mute-stream": "0.0.8"
},
"scripts": {
"test": "./tests/runtests.sh"
}
}