From 373d84e4618033afcf79e1fe03713da2d5d129d8 Mon Sep 17 00:00:00 2001 From: Navy Date: Wed, 8 Apr 2020 16:00:20 +0300 Subject: [PATCH] package --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..4f5111c --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "new-gbot", + "version": "0.0.1", + "description": "New iteration of GalacticBot", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Navy-gif/New-GBot.git" + }, + "author": "Navy.gif & Nolan", + "license": "ISC", + "bugs": { + "url": "https://github.com/Navy-gif/New-GBot/issues" + }, + "homepage": "https://github.com/Navy-gif/New-GBot#readme" +}