composer.json 626 B

123456789101112131415161718192021222324
  1. {
  2. "name": "tools/zdevelop",
  3. "type": "library",
  4. "description": "zdevelop",
  5. "license": "MIT",
  6. "minimum-stability": "dev",
  7. "repositories": {
  8. "packagist": {
  9. "type": "composer",
  10. "url": "http://satis-dist.lysis.com.cn:4000/"
  11. }
  12. },
  13. "config": {
  14. "secure-http": false
  15. },
  16. "distribute-helper": {
  17. "use-space": "45.3 MB",
  18. "module-name":"tools/zdevelop",
  19. "module-files":[
  20. {"name":"zdevelop-2.68-win32-35ef3c.7z","size":"3.66 MB"},
  21. {"name":"firmware-2.68-win32-3e1b40.7z","size":"8.01 MB"}
  22. ]
  23. }
  24. }