aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-05-04 20:44:57 -0400
committerUnknown <jtsshieh@outlook.com>2018-05-04 20:44:57 -0400
commit7725599e09f3cbeae71024c756718f8be8ab1e9b (patch)
tree8bac8709dd0d820eb24b2d05e93dc7e71e6a609f /package.json
parent3c376e5eeaad0edc2dafa2cc5209780b50d17243 (diff)
parentd69dcf2d209bbf700bb1f0440ab40a678ee99fdd (diff)
downloadPokeBot-7725599e09f3cbeae71024c756718f8be8ab1e9b.tar.gz
PokeBot-7725599e09f3cbeae71024c756718f8be8ab1e9b.tar.bz2
PokeBot-7725599e09f3cbeae71024c756718f8be8ab1e9b.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..cbaa0a9
--- /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": "^1.6.10",
+ "dblapi.js": "^1.2.0",
+ "discord.js": "^11.3.0",
+ "quick.db": "^5.3.8",
+ "raven": "^2.6.0",
+ "request-promise": "^4.2.2",
+ "snekfetch": "^4.0.0-rc.0"
+ }
+}