d-colorize/dub.json
yamadapc bfe2817360 Make final fixes to the dub.json and the README.
This should enable us to publish the package to the dub registry.
2014-07-09 23:36:54 -03:00

10 lines
206 B
JSON

{
"name": "colorize",
"description": "A port of Ruby's colorize library to D.",
"license": "MIT",
"copyright": "Copyright © 2014, Pedro Tacla Yamada",
"authors": [
"Pedro Tacla Yamada"
]
}