A Twitch.tv viewer reward and games system.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
662 B

  1. {
  2. "name": "TwitchBot",
  3. "version": "0.3.9",
  4. "description": "A TwitchTV viewer reward system",
  5. "main": "./users/example.js",
  6. "dependencies": {
  7. "express": "~4.2.0",
  8. "jade": "^1.1.5",
  9. "mysql": "^2.0.0-alpha5"
  10. },
  11. "devDependencies": {},
  12. "scripts": {
  13. "test": "./users/example.js"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/binaryatrocity/TwitchBot.git"
  18. },
  19. "keywords": [
  20. "twitch",
  21. "IRC",
  22. "bot"
  23. ],
  24. "author": "binaryatrocity",
  25. "license": "ISC",
  26. "bugs": {
  27. "url": "https://github.com/binaryatrocity/TwitchBot/issues"
  28. },
  29. "homepage": "https://github.com/binaryatrocity/TwitchBot"
  30. }