AleeBot/package.json

29 lines
669 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-03-25 15:56:46 -04:00
"discord-eco": "0.0.10",
2018-03-24 16:10:12 -04:00
"discord.js": "^11.3.1",
"fs": "0.0.1-security",
"moment": "^2.21.0",
2018-03-29 20:44:14 -04:00
"os": "^0.1.1"
2018-03-24 16:10:12 -04:00
},
"devDependencies": {}
2017-07-29 17:12:47 -04:00
}