{
  "author": "PushOk Software <support@pushok.com>",
  "name": "tungus",
  "version": "0.0.5",
  "repository": {
    "type": "git",
    "url": "git://github.com/sergeyksv/tungus.git"
  },
  "contributors": [
    {
      "name": "Sergey Korotkov",
      "email": "sergeyksv@gmail.com"
    }
  ],
  "description": "Mongoose driver for TingoDB embedded database",
  "homepage": "http://www.tingodb.com",
  "keywords": [
    "database",
    "datastore",
    "embedded",
    "mongoose",
    "tingodb"
  ],
  "main": "./index.js",
  "engines": {
    "node": ">= v0.8.x"
  },
  "dependencies": {
    "safe": "~0.3.0",
    "lodash": "~3.10.x",
    "mkdirp": "~0.5.0",
    "tingodb": "~0.4.1",
    "mongodb": "1.4.x"
  },
  "scripts": {
		"test":"mocha ./test/*.test.js"
  },
  "devDependencies": {
      "mocha":"1.21.x",
      "mongoose": "3.6.x"
  }
}
