{
  "name": "firestore",
  "version": "1.1.6",
  "description": "Firebase implementation of a simple key/value store",
  "main": "index.js",
  "scripts": {
    "test": "jshint --config .jshintrc . && mocha -R list test/*.js",
    "run": "node .",
    "dbuild": "npm prune --production; docker build -t yieme/firestore .",
    "drun": "export PORT=$(pkg app.port); docker run -p ${PORT}:3000 --rm --name firestore yieme/firestore; docker ps -a"
  },
  "repository": {
    "type": "git",
    "url": "https://yieme@github.com/yieme/firestore.git"
  },
  "author": "yieme",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yieme/firestore/issues"
  },
  "app": {
    "port": 3000
  },
  "devDependencies": {
    "jshint": "^2.6.0",
    "lodash": "^3.1.0",
    "mocha": "^2.1.0",
    "pkg-cli": "^0.3.0",
    "should": "^4.6.5"
  },
  "dependencies": {
    "firebase": "^2.1.2",
    "firebase-token-generator": "^2.0.0",
    "lodash": "^3.1.0"
  }
}