Files
Discord.Net/src/Discord.Net/project.json
RogueException 6f962ff5e1 0.7.2-beta1
2015-10-04 22:22:12 -03:00

48 lines
989 B
JSON

{
"version": "0.7.2-beta1",
"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": {
"FullDebug": {
"compilationOptions": {
"define": [ "DEBUG", "TRACE", "TEST_RESPONSES" ]
}
}
},
"dependencies": {
"Newtonsoft.Json": "7.0.1"
},
"frameworks": {
"net45": {
"dependencies": {
"RestSharp": "105.2.3",
"WebSocketSharp": "1.0.3-rc9"
},
"frameworkAssemblies": {
"System.Net.Http": "4.0.0.0"
}
},
"dnx451": {
"dependencies": {
"RestSharp": "105.2.3",
"WebSocketSharp": "1.0.3-rc9"
},
"frameworkAssemblies": {
"System.Net.Http": "4.0.0.0"
}
}
}
}