qpm.json 493 B

123456789101112131415161718
  1. {
  2. "name": "com.github.simonbrunel.qtpromise",
  3. "description": "Promises/A+ implementation for Qt/C++",
  4. "author": {
  5. "name": "Simon Brunel",
  6. "email": "simonbrunel@users.noreply.github.com"
  7. },
  8. "repository": {
  9. "type": "GITHUB",
  10. "url": "https://github.com/simonbrunel/qtpromise.git"
  11. },
  12. "version": {
  13. "label": "0.7.0"
  14. },
  15. "license": "MIT",
  16. "pri_filename": "qtpromise.pri",
  17. "webpage": "https://qtpromise.netlify.com"
  18. }