|
- {
- "version": "0.9.3",
- "description": "A Discord.Net extension adding basic command support.",
- "authors": [ "RogueException" ],
-
- "packOptions": {
- "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"
- }
- },
-
- "buildOptions": {
- "compile": [ "**/*.cs", "../Discord.Net.Shared/*.cs" ],
- "warningsAsErrors": true
- },
-
- "dependencies": {
- "Discord.Net": "0.9.3.1"
- },
-
- "frameworks": {
- "netstandard1.3": {
- "dependencies": {
- "NETStandard.Library": "1.5.0-rc2-24027"
- },
- "imports": [
- "dotnet5.4",
- "dnxcore50",
- "portable-net45+win8"
- ]
- },
- "net45": {}
- }
- }
|