{
  "specs":                "all",
  "colors": {
    "seed":               "magenta",
    "spec":               "yellow",
    "error":              "red",
    "expectederr":        ["magenta","dim"]
  },
  "paths": {
    "app":                "./server/app.js",
    "fixtures":           "../data/fixtures",
    "bson":               "../data/bson"
  },
  "mongo": {
    "collections":        ["users","experts","tags"],
    "seed": {
      "without":          "FIXTURE.users.tst1",
      "timeout":          30000
    },
    "url":                "mongodb://localhost/meanair-auth-test"
  }
}
