23 lines
556 B
JSON
23 lines
556 B
JSON
{
|
|
"version": "0.7.2-beta1",
|
|
"description": "A small Discord.Net extension to make bot creation easier.",
|
|
"authors": [ "RogueException" ],
|
|
"tags": [ "discord", "discordapp" ],
|
|
"projectUrl": "https://github.com/RogueException/Discord.Net",
|
|
"licenseUrl": "http://opensource.org/licenses/MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/RogueException/Discord.Net"
|
|
},
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true
|
|
},
|
|
"dependencies": {
|
|
"Discord.Net": "0.7.2-beta1"
|
|
},
|
|
"frameworks": {
|
|
"net45": { },
|
|
"dnx451": { }
|
|
}
|
|
}
|