From 8acf50f0a965ec0fceef4941388edd4102a7252c Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 18 Feb 2021 23:14:19 +0500 Subject: [PATCH] Initial commit --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package.json 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" +}