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 584 B

9 years ago
9 years ago
9 years ago
9 years ago
123456789101112131415161718192021222324
  1. {
  2. "version": "0.8.1-beta2",
  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. "compilationOptions": {
  13. "warningsAsErrors": true
  14. },
  15. "dependencies": {
  16. "Discord.Net": "0.8.1-beta2"
  17. },
  18. "frameworks": {
  19. "net45": { },
  20. "dotnet5.4": { }
  21. },
  22. "configurations": {
  23. }
  24. }