mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 02:34:30 +08:00
19 lines
493 B
JSON
19 lines
493 B
JSON
{
|
|
"name": "com.github.simonbrunel.qtpromise",
|
|
"description": "Promises/A+ implementation for Qt/C++",
|
|
"author": {
|
|
"name": "Simon Brunel",
|
|
"email": "simonbrunel@users.noreply.github.com"
|
|
},
|
|
"repository": {
|
|
"type": "GITHUB",
|
|
"url": "https://github.com/simonbrunel/qtpromise.git"
|
|
},
|
|
"version": {
|
|
"label": "0.7.0"
|
|
},
|
|
"license": "MIT",
|
|
"pri_filename": "qtpromise.pri",
|
|
"webpage": "https://qtpromise.netlify.com"
|
|
}
|