|
- {
- "version": "0.8.1-beta2",
- "description": "An unofficial .Net API wrapper for the Discord client.",
- "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": {
- "allowUnsafe": true
- },
- "configurations": {
- "TestResponses": {
- "compilationOptions": {
- "define": [
- "DEBUG",
- "TRACE",
- "TEST_RESPONSES"
- ]
- }
- }
- },
-
- "dependencies": {
- "Newtonsoft.Json": "7.0.1"
- },
-
- "frameworks": {
- "net45": {
- "dependencies": {
- "WebSocketSharp": "1.0.3-rc10",
- "RestSharp": "105.2.3"
- }
- },
- "dotnet5.4": {
- "dependencies": {
- "System.Collections": "4.0.11-beta-23516",
- "System.Collections.Concurrent": "4.0.11-beta-23516",
- "System.Dynamic.Runtime": "4.0.11-beta-23516",
- "System.IO.FileSystem": "4.0.1-beta-23516",
- "System.IO.Compression": "4.1.0-beta-23516",
- "System.Linq": "4.0.1-beta-23516",
- "System.Net.NameResolution": "4.0.0-beta-23516",
- "System.Net.Sockets": "4.1.0-beta-23409",
- "System.Net.Requests": "4.0.11-beta-23516",
- "System.Net.WebSockets.Client": "4.0.0-beta-23516",
- "System.Runtime.InteropServices": "4.0.21-beta-23516",
- "System.Text.RegularExpressions": "4.0.11-beta-23516",
- "System.Threading": "4.0.11-beta-23516",
- "System.Threading.Thread": "4.0.0-beta-23516"
- }
- }
- }
- }
|