hunt-jwt/examples/simple/dub.json
2021-03-04 20:38:00 +08:00

15 lines
241 B
JSON

{
"authors": [
"HuntLabs"
],
"description": "A minimal D application.",
"license": "proprietary",
"name": "simple",
"versions" : [
"HUNT_JWT_DEBUG"
],
"dependencies": {
"hunt-jwt" : {"path": "../../"},
"hunt" : "~>1.6.6"
}
}