You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.json 620 B

9 years ago
12345678910111213141516171819202122232425
  1. {
  2. "version": "0.9.0-alpha1",
  3. "description": "A Discord.Net extension adding basic command support.",
  4. "authors": [ "RogueException" ],
  5. "tags": [ "discord", "discordapp" ],
  6. "projectUrl": "https://github.com/RogueException/Discord.Net",
  7. "licenseUrl": "http://opensource.org/licenses/MIT",
  8. "repository": {
  9. "type": "git",
  10. "url": "git://github.com/RogueException/Discord.Net"
  11. },
  12. "compile": [ "**/*.cs", "../Discord.Net/Helpers/Shared/*.cs" ],
  13. "compilationOptions": {
  14. "warningsAsErrors": true
  15. },
  16. "dependencies": {
  17. "Discord.Net": "0.9.0-alpha1"
  18. },
  19. "frameworks": {
  20. "net45": { },
  21. "dotnet5.4": { }
  22. }
  23. }