diff options
| author | Alee <alee14498@gmail.com> | 2018-07-31 17:23:17 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-07-31 17:23:17 -0400 |
| commit | 93f422a7041b404091f541ef2d8e52f1bc8c97ea (patch) | |
| tree | 7a8ba5ec0c87d03c5c95645d63f6d0d5ef764d1c /package.json | |
| parent | eae742457c2ba54eb157082d62d1615f7fa8d68b (diff) | |
| download | StandBot-93f422a7041b404091f541ef2d8e52f1bc8c97ea.tar.gz StandBot-93f422a7041b404091f541ef2d8e52f1bc8c97ea.tar.bz2 StandBot-93f422a7041b404091f541ef2d8e52f1bc8c97ea.zip | |
Added things
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 23 |
1 files changed, 23 insertions, 0 deletions
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" + } +} |
