app.json 251 B

123456789101112
  1. {
  2. "name": "agar-clone",
  3. "description": "A simple Agar.io clone",
  4. "scripts": {
  5. "build": "gulp build",
  6. "start": "gulp run",
  7. "watch": "gulp watch",
  8. "test": "gulp test"
  9. },
  10. "repository": "https://github.com/huytd/agar.io-clone"
  11. }