This commit is contained in:
hydrabolt
2015-08-10 15:26:07 +01:00
parent 06ef7251ec
commit 30204f2ce5

23
package.json Normal file
View File

@@ -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 <amishshah.2k@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hydrabolt/discord.js/issues"
},
"homepage": "https://github.com/hydrabolt/discord.js#readme"
}