AleeBot/package.json

32 lines
750 B
JSON
Raw Normal View History

2017-07-29 17:12:47 -04:00
{
"name": "aleebot",
2018-02-25 15:01:01 -05: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": {
2018-04-16 11:49:34 -04:00
"test": "node test.js"
2017-07-29 17:12:47 -04:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/AleeCorp/AleeBot.git"
},
2018-03-24 16:10:12 -04:00
"author": "AleeCorp",
2018-04-01 15:54:51 -04:00
"license": "GPL-3.0",
2017-07-29 17:12:47 -04:00
"bugs": {
"url": "https://github.com/AleeCorp/AleeBot/issues"
},
2018-02-25 15:01:01 -05:00
"homepage": "https://github.com/AleeCorp/AleeBot#readme",
"dependencies": {
2018-04-16 10:44:13 -04:00
"blessed": "^0.1.81",
2018-04-16 15:14:25 -04:00
"dblapi.js": "^2.0.0",
2018-03-24 16:10:12 -04:00
"discord.js": "^11.3.1",
"fs": "0.0.1-security",
2018-04-20 22:18:27 -04:00
"git-last-commit": "^0.3.0",
2018-03-24 16:10:12 -04:00
"moment": "^2.21.0",
2018-04-22 15:09:16 -04:00
"os": "^0.1.1",
2018-05-30 12:41:19 -04:00
"readline": "^1.3.0",
"colors": "^1.3.0"
2018-03-24 16:10:12 -04:00
},
"devDependencies": {}
2017-07-29 17:12:47 -04:00
}