{
  "name": "emmo-model",
  "version": "2.4.17",
  "description": "Flexible lightweight orm framework, supports Structure Mirroring.",
  "main": "index.js",
  "repository": "git@github.com:klesh/emmo-model.git",
  "scripts": {
    "test": "mocha test/*.js"
  },
  "keywords": [
    "orm",
    "database",
    "postgressql",
    "model",
    "sql",
    "multiple"
  ],
  "author": "Klesh Wong",
  "license": "Apache-2.0",
  "dependencies": {
    "bluebird": "^2.9.34",
    "debug": "^2.2.0",
    "i": "^0.3.3",
    "lodash": "^3.10.1",
    "moment": "^2.10.6",
    "validator": "^4.5.2",
    "yargs": "^3.32.0"
  },
  "devDependencies": {
    "colors": "^1.1.2",
    "mysql": "^2.10.2",
    "pg": "^4.5.1",
    "should": "^7.1.0",
    "should-promised": "^0.3.1"
  }
}
