{
  "name": "hyena",
  "version": "0.0.16",
  "description": "A Mongoose Like ORM for MySQL",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "coverall": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/plus3network/hyena.git"
  },
  "keywords": [
    "orm",
    "odm",
    "mysql",
    "sql"
  ],
  "dependencies": {
    "lodash": "~1.3.1",
    "async": "~0.2.9",
    "inflection": "~1.2.6",
    "mysql": "~2.0.0-alpha8",
    "mpath": "~0.2.1",
    "state-machine": "0.0.3",
    "glob": "~3.2.6",
    "schemajs": "git://github.com/plus3network/schemajs",
    "mocha-lcov-reporter": "0.0.1",
    "coveralls": "~2.6.1"
  },
  "devDependencies": {
    "mocha": "~1.12.0",
    "chai": "~1.7.2",
    "seedling": "0.0.3",
    "Faker": "~0.5.11",
    "sinon": "~1.7.3",
    "moment": "~2.1.0"
  },
  "author": "Chris Cowan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/plus3network/hyena/issues"
  }
}
