aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-02-23 12:53:05 -0500
committerUnknown <jtsshieh@outlook.com>2018-02-23 12:53:05 -0500
commitf064ac1f54462f091bf936a2174cbc94978ffdc7 (patch)
tree8487d82d398b14b63b2d3845da6f0d357780c89a /package.json
parent4c98cd545d5e437b8527081e5a75bbbf75eb4dae (diff)
downloadPokeBot-f064ac1f54462f091bf936a2174cbc94978ffdc7.tar.gz
PokeBot-f064ac1f54462f091bf936a2174cbc94978ffdc7.tar.bz2
PokeBot-f064ac1f54462f091bf936a2174cbc94978ffdc7.zip
Initial Commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..d2929ba
--- /dev/null
+++ b/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "pokebot",
+ "version": "1.0.0",
+ "description": "",
+ "main": "bot.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "Alee and Justin",
+ "license": "GPL-3.0",
+ "dependencies": {
+ "discord.js": "^11.3.0"
+ }
+}