{
  "name": "modelizer",
  "version": "0.5.5",
  "description": "An ORM-Mapper with a shared model between client and server for MongoDB",
  "main": "lib/modelizer.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "mongojs": "~0.9.9",
    "q": "~0.9.7",
    "express": "~3.4.8",
    "objectid-browser": "0.0.1",
    "mongodb": "^1.4.2"
  },
  "devDependencies": {
    "mocha": "~1.17.1",
    "browserify": "~3.33.0",
    "grunt": "^0.4.4",
    "grunt-contrib-copy": "~0.5.0",
    "grunt-mocha-test": "~0.10.0",
    "grunt-contrib-jshint": "~0.9.2",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-browserify": "~2.0.1",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-release": "^0.7.0",
    "grunt-npm-install": "^0.1.0",
    "karma": "^0.12.1",
    "grunt-karma": "^0.8.2",
    "karma-mocha": "^0.1.3"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/dreampulse/modelizer.git"
  },
  "keywords": [
    "orm",
    "mongodb",
    "angularjs",
    "model",
    "modelizer"
  ],
  "author": "Jonathan Häberle",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/dreampulse/modelizer/issues"
  },
  "homepage": "http://modelizer.org"
}
