{
  "name": "database-cleaner",
  "description": "Database Cleaner for node.js",
  "keywords": [
    "database",
    "cleaner",
    "mongodb",
    "redis",
    "couchdb",
    "tests",
    "package.json",
    "elasticsearch"
  ],
  "version": "1.3.0",
  "author": "Emerson Macedo <emerleite@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/emerleite/node-database-cleaner.git"
  },
  "dependencies": {},
  "devDependencies": {
    "async": "1.5.0",
    "cradle": "0.5.8",
    "elasticsearch": "^15.2.0",
    "lodash": "^4.17.11",
    "mocha": "^5.2.0",
    "mongodb": "2.1.10",
    "mysql": "^2.16.0",
    "pg": "^7.6.1",
    "redis": "0.12.1",
    "should": "4.0.4",
    "sqlite3": "^4.0.4"
  },
  "main": "index",
  "scripts": {
    "test": "node_modules/mocha/bin/mocha -R spec --timeout 5000 --globals config,currentObjectStored"
  },
  "engines": {
    "node": ">=0.10.0"
  }
}
