composer.json 555 B

1234567891011121314151617181920212223
  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": "5.22 MB",
  18. "module-name":"tools",
  19. "module-files":[
  20. {"name":"zdevelop-2.6.0.0-0a4918.7z","size":"1222143"}
  21. ]
  22. }
  23. }