{
  "name": "easy-firebase-db",
  "version": "2.0.0",
  "description": "Firebase Database Api and CLI",
  "main": "firebase.js",
  "scripts": {
    "test": "node_modules/mocha/bin/mocha --timeout 5000"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lean0nme/db-api.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/lean0nme/db-api/issues"
  },
  "homepage": "https://github.com/lean0nme/db-api#readme",
  "dependencies": {
    "arguejs": "^0.2.3",
    "async": "^2.1.5",
    "firebase": "3.9.0",
    "lodash": "4.17.4"
  },
  "devDependencies": {
    "dotenv": "^2.0.0",
    "firebase-server": "0.10.1",
    "mocha": "^3.1.2",
    "path": "^0.12.7",
    "should": "^11.1.1",
    "vorpal": "^1.11.4"
  }
}
