|
|
@@ -1,5 +1,17 @@ |
|
|
|
{ |
|
|
|
"version": "1.0.0-beta2-*", |
|
|
|
"description": "A core Discord.Net library containing the WebSocket client and models.", |
|
|
|
"authors": [ "RogueException" ], |
|
|
|
|
|
|
|
"packOptions": { |
|
|
|
"tags": [ "discord", "discordapp" ], |
|
|
|
"licenseUrl": "http://opensource.org/licenses/MIT", |
|
|
|
"projectUrl": "https://github.com/RogueException/Discord.Net", |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "git://github.com/RogueException/Discord.Net" |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
"buildOptions": { |
|
|
|
"allowUnsafe": true |
|
|
|