package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "agar-clone",
  3. "version": "1.0.0",
  4. "description": "A simple Agar.io clone",
  5. "main": "server/server.js",
  6. "scripts": {
  7. "build": "gulp build",
  8. "start": "gulp run",
  9. "watch": "gulp watch",
  10. "test": "gulp test"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/huytd/agar.io-clone.git"
  15. },
  16. "author": "Huy Tran",
  17. "license": "MIT",
  18. "contributors": [
  19. "abalabahaha <hi@abal.moe> (https://github.com/abalabahaha)",
  20. "Ariamiro <dossantosgusmaosavio@gmail.com> (https://github.com/Ariamiro)",
  21. "Bjarne Oeverli <bjarne.oeverli@gmail.com> (https://github.com/bjarneo)",
  22. "Chris Morgan <chris.j.r.morgan@gmail.com> (https://github.com/drpotato)",
  23. "Damian Dlugosz <bigfootdd@gmail.com> (https://github.com/bigfoot90)",
  24. "Dan Prince <dan@astrealdynamics.co.uk> (https://github.com/danprince)",
  25. "Igor Antun <igorantunc@hotmail.com> (https://github.com/IgorAntun)",
  26. "Juha Tauriainen <juha@bin.fi> (https://github.com/JuhQ)",
  27. "Keith Groves <Keithalgroves@gmail.com> (https://github.com/buskcoin)",
  28. "Kostas Bariotis <konmpar@gmail.com> (https://github.com/kbariotis)",
  29. "Madara Uchiha <me@madara.ninja> (https://github.com/MadaraUchiha)",
  30. "Nguyen Huu Thanh <giongto35@yahoo.com> (https://github.com/giongto35)",
  31. "PET Computação UFPR <pet@inf.ufpr.br> (http://pet.inf.ufpr.br)",
  32. "Saren Currie <saren@sarencurrie.com> (https://github.com/SarenCurrie)",
  33. "VILLERS Mickaël <mickael.villers@epitech.eu> (https://github.com/villers)",
  34. "wb9688 <wbertrums@gmail.com> (https://github.com/wb9688)"
  35. ],
  36. "dependencies": {
  37. "@babel/preset-env": "^7.14.2",
  38. "@msgpack/msgpack": "^2.7.2",
  39. "@small-tech/express-ws": "^1.0.1",
  40. "babel-core": "^6.26.3",
  41. "babel-loader": "^8.2.2",
  42. "babel-preset-es2015": "^6.24.1",
  43. "base64id": "^2.0.0",
  44. "body-parser": "^1.19.0",
  45. "chai": "^4.3.4",
  46. "express": "^4.17.1",
  47. "gulp": "^4.0.2",
  48. "gulp-babel": "^8.0.0",
  49. "gulp-jshint": "^2.1.0",
  50. "gulp-mocha": "^8.0.0",
  51. "gulp-nodemon": "^2.5.0",
  52. "gulp-todo": "^7.1.1",
  53. "gulp-uglify": "^3.0.2",
  54. "gulp-util": "^3.0.7",
  55. "js-yaml": "^4.0.0",
  56. "jshint": "^2.12.0",
  57. "mocha": "^8.4.0",
  58. "nodemon": "^2.0.7",
  59. "sat": "^0.9.0",
  60. "simple-get": "^4.0.0",
  61. "simple-quadtree": "^0.1.3",
  62. "webpack": "^5.37.0",
  63. "webpack-stream": "^6.1.2"
  64. }
  65. }