{
  "name": "mockfirebase",
  "version": "0.12.0",
  "description": "Firebase mock library for writing unit tests",
  "main": "./src",
  "scripts": {
    "test": "gulp lint && gulp test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/katowulf/mockfirebase.git"
  },
  "keywords": [
    "firebase",
    "mock"
  ],
  "author": "Kato",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/katowulf/mockfirebase/issues"
  },
  "files": [
    "*.md",
    "src/",
    "tutorials/",
    "browser/"
  ],
  "homepage": "https://github.com/katowulf/mockfirebase",
  "dependencies": {
    "MD5": "~1.2.1",
    "browserify": "^6.3.2",
    "browserify-shim": "^3.8.0",
    "firebase-auto-ids": "~1.1.0",
    "lodash": "~2.4.1"
  },
  "devDependencies": {
    "chai": "~1.9.1",
    "es5-shim": "~4.0.1",
    "gulp": "^3.8.10",
    "gulp-bump": "~0.1.10",
    "gulp-footer": "1",
    "gulp-header": "1",
    "gulp-istanbul": "^0.5.0",
    "gulp-jshint": "~1.8.3",
    "gulp-load-plugins": "~0.5.3",
    "gulp-mocha": "^2.0.0",
    "gulp-rename": "~1.2.0",
    "gulp-shell": "~0.2.10",
    "jshint-stylish": "~0.4.0",
    "karma": "~0.12.19",
    "karma-as-promised": "~0.2.0",
    "karma-browserify": "^1.0.0",
    "karma-chai": "~0.1.0",
    "karma-mocha": "~0.1.6",
    "karma-phantomjs-launcher": "~0.1.4",
    "karma-sinon": "~1.0.3",
    "semver": "~3.0.1",
    "sinon": "~1.10.3",
    "sinon-chai": "~2.5.0",
    "stream-to-promise": "~1.0.4",
    "vinyl-buffer": "1.0.0",
    "vinyl-source-stream": "^1.0.0",
    "yargs": "~1.3.1"
  }
}
