epicqr/haxelib.json

14 lines
342 B
JSON
Raw Permalink Normal View History

2024-01-05 16:22:42 +00:00
{
"name": "epicqr",
"url" : "https://github.com/captn3m0/epicqr",
"license": "MIT",
"tags": ["qr", "voter-id"],
"description": "Scan a EPIC QR code in an Indian Voter ID",
2024-01-06 04:05:57 +00:00
"version": "0.9.2",
2024-01-05 16:22:42 +00:00
"classPath": "src/",
"releasenote": "Initial release",
"contributors": ["captn3m0"],
"dependencies": {
"crypto": "1.0.4"
}
}