hunt-jwt/examples/simple/dub.json

15 lines
241 B
JSON
Raw Normal View History

2019-10-11 03:27:44 +00:00
{
"authors": [
2021-03-04 12:38:00 +00:00
"HuntLabs"
2019-10-11 03:27:44 +00:00
],
"description": "A minimal D application.",
"license": "proprietary",
"name": "simple",
2021-03-04 12:38:00 +00:00
"versions" : [
"HUNT_JWT_DEBUG"
],
2019-10-11 03:27:44 +00:00
"dependencies": {
2021-03-04 12:38:00 +00:00
"hunt-jwt" : {"path": "../../"},
"hunt" : "~>1.6.6"
2019-10-11 03:27:44 +00:00
}
}