Advertisement
Guest User

Untitled

a guest
May 19th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. {
  2. "name": "Pokemon-Showdown-Bot",
  3. "version": "0.0.1",
  4. "dependencies": {
  5. "sugar": "1.3.8",
  6. "websocket": "1.0.8",
  7. "colors": "0.6.2"
  8. },
  9. "engines": {
  10. "node": ">= 0.6.3 < 0.10.0 || > 0.10.1"
  11. },
  12. "engineStrict": true,
  13. "scripts": {"start": "node main.js"},
  14. "bin": "./main.js",
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/Quinella/Pokemon-Showdown-Bot.git"
  18. },
  19. "author": {
  20. "name": "Robin Vandenbrande",
  21. "email": "vandenbrande.robin@gmail.com"
  22. },
  23. "private": true
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement