From 8ffeb7a147cd5648b960ddc89edc619af38d2d0d Mon Sep 17 00:00:00 2001 From: Florrie Date: Tue, 20 Nov 2018 01:06:09 -0400 Subject: Add package.json --- package.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..bc529aa --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "scratchrlol", + "version": "1.0.0", + "description": "Simple HTML-based Scratch client", + "main": "index.js", + "dependencies": { + "fix-whitespace": "^1.0.3", + "node-fetch": "^1.7.3", + "prompt": "^1.0.0" + }, + "devDependencies": {}, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://git.ed1.club/florrie/scratchrlol.git/" + }, + "author": "", + "license": "GPL-3.0" +} -- cgit 1.3.0-6-gf8a5