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

9 years ago
9 years ago
12345678910111213141516171819202122
  1. {
  2. "version": "0.7.1",
  3. "description": "A small Discord.Net extension to make bot creation easier.",
  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.7.1"
  17. },
  18. "frameworks": {
  19. "net45": { },
  20. "dnx451": { }
  21. }
  22. }