hunt-jwt/examples/simple/dub.json
2019-10-11 11:27:44 +08:00

11 lines
177 B
JSON

{
"authors": [
"Zhang"
],
"description": "A minimal D application.",
"license": "proprietary",
"name": "simple",
"dependencies": {
"hunt-jwt" : {"path": "../../"}
}
}