{
  "colors": {
    "spec":                  "yellow"
  },
  "mongo": {
    "collections":           ["users"],
    "seed": {
      "without":             "FIXTURE.users.tst1",
      "timeout":             15000
    },
    "url":                   "mongodb://localhost/scream-ex3"
  },
  "paths": {
    "app":                   "server/app.js",
    "fixtures":              "data/fixtures",
    "bson":                  "data/bson"
  }
}
