diff options
author | Florrie <towerofnix@gmail.com> | 2018-11-20 01:06:09 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-11-20 01:06:09 -0400 |
commit | 8ffeb7a147cd5648b960ddc89edc619af38d2d0d (patch) | |
tree | bd2641717fb9b2bfff3daba5d404e15a8a6ef01a /package.json | |
parent | 9405cde0c113ed2f0d201dadc98395a9b5e85ecd (diff) |
Add package.json
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 21 |
1 files changed, 21 insertions, 0 deletions
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" +} |