{
  "name": "swoosh",
  "version": "0.3.1",
  "description": "A quick declarative way to use a mongodb backend.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": "https://github.com/spinno/swoosh",
  "keywords": [
    "Persistent",
    "Database"
  ],
  "author": "Adam Lewenhaupt",
  "license": "BSD",
  "dependencies": {
    "js-yaml": "*",
    "mongoose": "*"
  }
}
