{
  "name": "mongold",
  "version": "0.5.12",
  "description": "A MongoDB ORM for the Linked Data age—WIP",
  "author": "Caleb Meredith <calebmeredith8@gmail.com>",
  "keywords": [
    "json",
    "json schema",
    "jsonld",
    "linked data",
    "mongodb"
  ],
  "liscense": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/calebmer/mongold.git"
  },
  "main": "lib/index.js",
  "scripts": {
    "compile": "mkdir -p lib && node_modules/.bin/babel src --out-dir lib",
    "prepublish": "npm run compile",
    "test": "bin/test"
  },
  "dependencies": {
    "async": "^1.2.0",
    "debug": "^2.2.0",
    "is-my-json-valid": "^2.12.0",
    "json-pointer": "^0.3.0",
    "lodash": "^3.9.3",
    "mongodb": "^2.0.33"
  },
  "devDependencies": {
    "babel": "^5.5.6",
    "coffee-script": "^1.9.3",
    "glob": "^5.0.10",
    "mocha": "^2.2.5",
    "should": "^7.0.1"
  }
}
