{
  "name": "firebase-dbfake",
  "version": "1.0.0",
  "description": "A fake object library to aid in unit testing code that has Firebase as a data store.",
  "main": ".lib/fakes.js",
  "scripts": {
    "docs": "rm -rf ./docs && jsdoc ./lib/*.js -d ./docs",
    "lint": "eslint ./lib ./test ./data",
    "test": "ava test/**/*.js --watch"
  },
  "keywords": [
    "['firebase'",
    "'fake'",
    "'mock']"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:ExploreMqt/firebase-dbfake.git"
  },
  "author": "\"Jim Argeropoulos <tenholeharp@gmail.com>",
  "license": "ISC",
  "devDependencies": {
    "ava": "^0.16.0",
    "eslint": "^3.0.1"
  },
  "dependencies": {}
}
