discord.js/package.json
2015-08-10 23:10:07 +01:00

27 lines
649 B
JSON

{
"name": "discord.js",
"version": "1.0.2",
"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",
"dependencies": {
"superagent": "^1.3.0",
"ws": "^0.7.2"
}
}