From 93f422a7041b404091f541ef2d8e52f1bc8c97ea Mon Sep 17 00:00:00 2001 From: Alee Date: Tue, 31 Jul 2018 17:23:17 -0400 Subject: Added things --- package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..0e24bee --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "standbot", + "version": "1.0.0", + "description": "", + "main": "bot.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/LAC-Corp/StandBot.git" + }, + "author": "", + "license": "GPL-3.0", + "bugs": { + "url": "https://github.com/LAC-Corp/StandBot/issues" + }, + "homepage": "https://github.com/LAC-Corp/StandBot#readme", + "dependencies": { + "discord.js": "^11.3.2", + "fs": "0.0.1-security" + } +} -- cgit v1.2.3