23 lines
551 B
JSON
23 lines
551 B
JSON
{
|
|
"version": "0.7.3-beta3",
|
|
"description": "A Discord.Net extension adding basic command support.",
|
|
"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.3-beta3"
|
|
},
|
|
"frameworks": {
|
|
"net45": { },
|
|
"dnx451": { }
|
|
}
|
|
}
|