{
  "_from": "firebase-functions@^0.8.1",
  "_id": "firebase-functions@0.8.1",
  "_inBundle": false,
  "_integrity": "sha1-pC/m0kOGLEBq8W4cFrHQqB7CTAM=",
  "_location": "/firebase-functions",
  "_phantomChildren": {
    "joi": "6.10.1",
    "jws": "3.1.4",
    "lodash.once": "4.1.1",
    "ms": "2.1.1",
    "xtend": "4.0.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "firebase-functions@^0.8.1",
    "name": "firebase-functions",
    "escapedName": "firebase-functions",
    "rawSpec": "^0.8.1",
    "saveSpec": null,
    "fetchSpec": "^0.8.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-0.8.1.tgz",
  "_shasum": "a42fe6d243862c406af16e1c16b1d0a81ec24c03",
  "_spec": "firebase-functions@^0.8.1",
  "_where": "/Users/ilker.guller/Projects/ran/functions",
  "author": {
    "name": "Firebase Team"
  },
  "bugs": {
    "url": "https://github.com/firebase/firebase-functions/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/express": "^4.0.33",
    "@types/jsonwebtoken": "^7.1.32",
    "@types/lodash": "^4.14.34",
    "@types/sha1": "^1.1.0",
    "express": "^4.0.33",
    "jsonwebtoken": "^7.1.9",
    "lodash": "^4.6.1",
    "sha1": "^1.1.1"
  },
  "deprecated": false,
  "description": "Firebase SDK for Cloud Functions",
  "devDependencies": {
    "@types/chai": "^3.4.32",
    "@types/chai-as-promised": "0.0.28",
    "@types/mocha": "^2.2.31",
    "@types/mock-require": "^1.3.3",
    "@types/nock": "^0.54.32",
    "@types/node": "^6.0.38",
    "@types/sinon": "^1.16.29",
    "chai": "^3.5.0",
    "chai-as-promised": "^5.2.0",
    "firebase-admin": "~5.8.1",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.5",
    "mock-require": "^2.0.1",
    "nock": "^8.0.0",
    "sinon": "^1.17.4",
    "tslint": "^3.15.1",
    "typescript": "^2.0.3"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "homepage": "https://github.com/firebase/firebase-functions#readme",
  "keywords": [
    "firebase",
    "functions",
    "google",
    "cloud"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "firebase-functions",
  "peerDependencies": {
    "firebase-admin": "~5.8.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/firebase/firebase-functions.git"
  },
  "scripts": {
    "build": "tsc -p tsconfig.release.json",
    "build:pack": "npm prune --production && rm -rf lib && npm install && node_modules/.bin/tsc -p tsconfig.release.json && npm pack && npm install",
    "build:release": "npm install --production && npm install typescript firebase-admin && node_modules/.bin/tsc -p tsconfig.release.json",
    "lint": "tslint src/{**/*,*}.ts spec/{**/*,*}.ts integration_test/functions/src/{**/*,*}.ts",
    "posttest": "npm run lint && rm -rf .tmp",
    "pretest": "tsc && cp -r spec/fixtures .tmp/spec",
    "test": "mocha .tmp/spec/index.spec.js"
  },
  "typings": "lib/index.d.ts",
  "version": "0.8.1"
}
