aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-08-17 16:24:15 -0400
committerUnknown <Alee14498@gmail.com>2017-08-17 16:24:15 -0400
commit7f66fa6f16769c37821d1c2ab525fcf4ac28107b (patch)
treecbe5c12e117d48d124ff120c8d051641c4929ebd
parent98152c5607e23e2d2608e66ee647ad348191d8f8 (diff)
downloadCairoBot-7f66fa6f16769c37821d1c2ab525fcf4ac28107b.tar.gz
CairoBot-7f66fa6f16769c37821d1c2ab525fcf4ac28107b.tar.bz2
CairoBot-7f66fa6f16769c37821d1c2ab525fcf4ac28107b.zip
Updates
-rw-r--r--.gitignore2
-rw-r--r--package.json22
2 files changed, 23 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9b318d0..6ba006e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-config\.json
+config\.json \ No newline at end of file
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..817e82b
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "pugcraft-bot",
+ "version": "1.0.8",
+ "description": "A discord bot written in node.js",
+ "main": "mc-server.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/PugCraftDevs/PugCraft-Bot.git"
+ },
+ "author": "",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/PugCraftDevs/PugCraft-Bot/issues"
+ },
+ "homepage": "https://github.com/PugCraftDevs/PugCraft-Bot#readme",
+ "dependencies": {
+ "discord.js": "^11.1.0"
+ }
+}