diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-05-04 18:48:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-04 18:48:40 -0400 |
| commit | 502cc0025fc29b36a2e26613a2de026faf7c7aa3 (patch) | |
| tree | 66fb59d0570c1202925122a93563d0618a916eed /package.json | |
| parent | 1401c9789ad8d5374caad3e77894db3b26e68f98 (diff) | |
| download | PokeBot-502cc0025fc29b36a2e26613a2de026faf7c7aa3.tar.gz PokeBot-502cc0025fc29b36a2e26613a2de026faf7c7aa3.tar.bz2 PokeBot-502cc0025fc29b36a2e26613a2de026faf7c7aa3.zip | |
Create 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..3fdf463 --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ + +{ + "name": "pokebot", + "version": "1.0.0", + "description": "", + "main": "bot.js", + "scripts": { + "test": "node test.js" + }, + "author": "Alee, Justin, and Trey", + "license": "GPL-3.0", + "dependencies": { + "canvas": "^2.0.0-alpha.11", + "dblapi.js": "^1.2.0", + "discord.js": "^11.3.0", + "discord.js-lavalink": "github:mrjacz/discord.js-lavalink", + "quick.db": "^5.3.8", + "request-promise": "^4.2.2", + "snekfetch": "^4.0.0-rc.0" + } +} |
