StandBot/package.json

24 lines
522 B
JSON
Raw Normal View History

2018-07-31 17:23:17 -04:00
{
"name": "standbot",
"version": "1.0.0",
"description": "",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LAC-Corp/StandBot.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/LAC-Corp/StandBot/issues"
},
"homepage": "https://github.com/LAC-Corp/StandBot#readme",
"dependencies": {
"discord.js": "^11.3.2",
"fs": "0.0.1-security"
}
}