From 30204f2ce5ccb6016b2a16f5d4987a5d5be9c579 Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Mon, 10 Aug 2015 15:26:07 +0100 Subject: [PATCH] 1.0.1 --- package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 000000000..5853ebc22 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "discord.js", + "version": "1.0.1", + "description": "A way to interface with the Discord API", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/hydrabolt/discord.js.git" + }, + "keywords": [ + "discord", + "api" + ], + "author": "Amish Shah ", + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/hydrabolt/discord.js/issues" + }, + "homepage": "https://github.com/hydrabolt/discord.js#readme" +}