{
  "authors": [
                               "Ralph Amissah"
  ],
  "copyright":                 "Copyright © 2015 - 2020 Ralph Amissah",
  "name":                      "spine",
  "version":                   "0.11.1",
  "description":               "a sisu like document parser",
  "homepage":                  "http://sisudoc.org",
  "license":                   "AGPL-3.0+",
  "targetPath":                "./bin",
  "sourcePaths":               [ "./src/doc_reform" ],
  "stringImportPaths":         [ "./views" ],
  "buildRequirements":         [ "allowWarnings" ],
  "targetType":                "executable",
  "platforms":                 [ "posix" ],
  "buildTypes": {
    "dmd": {
      "dflags":                [ "-J=views", "-I=src/doc_reform" ],
      "buildOptions":          [ "verbose", "inline" ],
      "buildRequirements":     [ "allowWarnings" ]
    },
    "ldc": {
      "dflags":                [ "-O2", "-J=views", "-I=src/doc_reform" ],
      "buildOptions":          [ "verbose", "optimize", "inline" ],
      "buildRequirements":     [ "allowWarnings" ]
    }
  },
  "dependencies": {
    "d2sqlite3":               "~>0.19.1",
    "imageformats":            "~>7.0.2",
    "dyaml":                   "~>0.8.0",
    "tinyendian":              "~>0.2.0"
  },
  "configurations": [
    {
      "name":                  "default",
      "targetName":            "spine"
    },
    {
      "name":                  "ldc",
      "targetName":            "spine-ldc"
    },
    {
      "name":                  "dmd",
      "targetName":            "spine-dmd"
    }
  ],
  "subConfigurations": {
    "d2sqlite3":               "with-lib"
  }
}