Initial commit

This commit is contained in:
He4eT 2021-02-18 23:14:19 +05:00
commit 8acf50f0a9

11
package.json Normal file
View file

@ -0,0 +1,11 @@
{
"name": "ifplayer",
"version": "0.0.0",
"description": "Play interactive fiction games in your browser",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "He4eT",
"license": "MIT"
}