Merge pull request #197 from Herringway/dub-json-fixes
some dub.json cleanup, add self to authors, update copyright merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
commit
a55c59dac0
15
dub.json
15
dub.json
|
@ -1,13 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "dyaml",
|
"name": "dyaml",
|
||||||
"description": "YAML parser and emitter",
|
"description": "YAML parser and emitter",
|
||||||
"authors": [ "Ferdinand Majerech" ],
|
"authors": [
|
||||||
"libs": [],
|
"Ferdinand Majerech",
|
||||||
"importPaths": ["source"],
|
"Cameron \"Herringway\" Ross"
|
||||||
"license": "Boost 1.0",
|
],
|
||||||
"dependencies": { "tinyendian" : { "version" : "~>0.2.0" } },
|
"license": "BSL-1.0",
|
||||||
|
"dependencies": {
|
||||||
|
"tinyendian" : "~>0.2.0"
|
||||||
|
},
|
||||||
"homepage": "https://github.com/dlang-community/D-YAML",
|
"homepage": "https://github.com/dlang-community/D-YAML",
|
||||||
"copyright": "Copyright © 2011-2014, Ferdinand Majerech",
|
"copyright": "Copyright © 2011-2018, Ferdinand Majerech",
|
||||||
"subPackages": [
|
"subPackages": [
|
||||||
"examples/constructor",
|
"examples/constructor",
|
||||||
"examples/getting_started",
|
"examples/getting_started",
|
||||||
|
|
Loading…
Reference in a new issue