commit 8acf50f0a965ec0fceef4941388edd4102a7252c Author: He4eT Date: Thu Feb 18 23:14:19 2021 +0500 Initial commit diff --git a/package.json b/package.json new file mode 100644 index 0000000..99ad750 --- /dev/null +++ b/package.json @@ -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" +}