{
  "name": "@pie-kds/firebase-mock",
  "publishConfig": {
    "access": "public"
  },
  "version": "2.3.3",
  "description": "Fork of firebase-mock: Firebase mock library for writing unit tests",
  "main": "./src",
  "scripts": {
    "test": "gulp lint && gulp test",
    "publish-patch": "git checkout master && git pull && gulp release && npm publish",
    "publish-minor": "git checkout master && git pull && gulp release --type minor && npm publish",
    "publish-major": "git checkout master && git pull && gulp release --type major && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/key-data-systems/firebase-mock.git"
  },
  "keywords": [
    "firebase",
    "mock"
  ],
  "author": "Brian Soumakian",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/key-data-systems/firebase-mock/issues"
  },
  "files": [
    "src/",
    "browser/"
  ],
  "homepage": "https://github.com/key-data-systems/firebase-mock",
  "dependencies": {
    "firebase-auto-ids": "~1.1.0",
    "lodash.assign": "^4.2.0",
    "lodash.assignin": "^4.2.0",
    "lodash.bind": "^4.2.1",
    "lodash.clone": "^4.5.0",
    "lodash.clonedeep": "^4.5.0",
    "lodash.clonedeepwith": "^4.5.0",
    "lodash.compact": "^3.0.1",
    "lodash.difference": "^4.5.0",
    "lodash.every": "^4.6.0",
    "lodash.filter": "^4.6.0",
    "lodash.find": "^4.6.0",
    "lodash.findindex": "^4.6.0",
    "lodash.foreach": "^4.5.0",
    "lodash.forin": "^4.4.0",
    "lodash.get": "^4.4.2",
    "lodash.has": "^4.5.2",
    "lodash.includes": "^4.3.0",
    "lodash.indexof": "^4.0.5",
    "lodash.isempty": "^4.4.0",
    "lodash.isequal": "^4.5.0",
    "lodash.isfunction": "^3.0.9",
    "lodash.isnumber": "^3.0.3",
    "lodash.isobject": "^3.0.2",
    "lodash.isstring": "^4.0.1",
    "lodash.isundefined": "^3.0.1",
    "lodash.keys": "^4.2.0",
    "lodash.map": "^4.6.0",
    "lodash.merge": "^4.6.1",
    "lodash.noop": "^3.0.1",
    "lodash.orderby": "^4.6.0",
    "lodash.reduce": "^4.6.0",
    "lodash.remove": "^4.7.0",
    "lodash.set": "^4.3.2",
    "lodash.size": "^4.2.0",
    "lodash.toarray": "^4.4.0",
    "lodash.union": "^4.6.0",
    "rsvp": "^3.6.2"
  },
  "devDependencies": {
    "browserify": "^16.2.0",
    "browserify-shim": "^3.8.14",
    "chai": "~3.5.0",
    "chai-as-promised": "^6.0.0",
    "es5-shim": "^4.5.10",
    "gulp": "^3.8.10",
    "gulp-bump": "^3.1.1",
    "gulp-footer": "^1.1.2",
    "gulp-header": "^1.8.12",
    "gulp-istanbul": "^1.1.3",
    "gulp-jshint": "^2.1.0",
    "gulp-load-plugins": "^1.5.0",
    "gulp-mocha": "^2.0.0",
    "gulp-rename": "^1.2.2",
    "gulp-shell": "^0.6.5",
    "jshint": "^2.9.5",
    "jshint-stylish": "^2.2.1",
    "karma": "^2.0.2",
    "karma-browserify": "^5.2.0",
    "karma-chai": "^0.1.0",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sinon": "^1.0.5",
    "mocha": "^5.2.0",
    "phantomjs-prebuilt": "^2.1.16",
    "prettier": "^1.17.0",
    "semver": "^5.5.0",
    "sinon": "^4.5.0",
    "sinon-chai": "~2.14.0",
    "vinyl-buffer": "^1.0.1",
    "vinyl-source-stream": "^1.1.2",
    "yargs": "^11.1.0"
  }
}
