AleeBot/package.json

23 lines
535 B
JSON
Raw Normal View History

2017-07-29 17:12:47 -04:00
{
"name": "aleebot",
2017-10-21 15:43:18 -04:00
"version": "2.0.0",
"description": "A chat bot for discord written in discord.js.",
"main": "src/bot.js",
2017-07-29 17:12:47 -04:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AleeCorp/AleeBot.git"
},
2017-10-21 15:43:18 -04:00
"author": "",
2017-07-29 17:12:47 -04:00
"license": "MIT",
"bugs": {
"url": "https://github.com/AleeCorp/AleeBot/issues"
},
2017-10-21 15:43:18 -04:00
"homepage": "https://github.com/AleeCorp/AleeBot#readme",
"dependencies": {
"discord.js": "^11.2.1"
}
2017-07-29 17:12:47 -04:00
}