mirror of
https://github.com/He4eT/cheap-glkote.git
synced 2026-05-05 00:47:28 +00:00
Dirty initial commit
This commit is contained in:
commit
eab87d32a9
13 changed files with 7039 additions and 0 deletions
24
package.json
Normal file
24
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue