composer.json 624 B

123456789101112131415161718192021222324
  1. {
  2. "name": "tools/zdevelop-win64",
  3. "type": "library",
  4. "description": "zdevelop win64",
  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-0.1-1a8c26.7z","size":"1.16 MB"},
  21. {"name":"firmware-0.1-3e1b40.7z","size":"8.01 MB"}
  22. ]
  23. }
  24. }