{
  "author": "Jake Luer <jake@alogicalparadox.com>",
  "name": "seed",
  "description": "Storage-agnostic, event emitting datasets: schemas, models, hashes, and graphs.",
  "keyword": [ "database", "db", "storage", "schema", "model", "collection" ],
  "version": "0.4.4",
  "repository": {
    "type": "git",
    "url": "git://github.com/qualiancy/seed.git"
  },
  "main": "index",
  "scripts": {
    "test": "make test"
  },
  "engines": {
    "node": ">= v0.6.0"
  },
  "dependencies": {
      "breeze": "0.4.x"
    , "dragonfly": "0.2.x"
    , "drip": "0.3.x"
    , "filtr": "0.3.x"
    , "oath": "0.2.x"
    , "sol": "0.3.x"
    , "super": "0.2.x"
  },
  "devDependencies": {
    "mocha": "*",
    "chai": "*",
    "chai-spies": "*",
    "matcha": "0.2.x"
  }
}
