qtpromise/qpm.json
2017-09-02 12:36:44 +02:00

19 lines
504 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.2.0"
},
"license": "MIT",
"pri_filename": "qtpromise.pri",
"webpage": "https://github.com/simonbrunel/qtpromise"
}