28 lines
647 B
JSON
28 lines
647 B
JSON
{
|
|
"version": "0.6.1-beta2",
|
|
"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.6.1-beta2"
|
|
},
|
|
"frameworks": {
|
|
"net45": { },
|
|
"dnx451": { },
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"Microsoft.CSharp": "4.0.1-beta-23225"
|
|
}
|
|
}
|
|
}
|
|
}
|