{
  "name": "cycle-firebase",
  "version": "1.2.0",
  "description": "Cycle driver for my favorite realtime database :)!",
  "main": "lib/firebase.js",
  "scripts": {
    "test": "mocha --compilers js:babel-register",
    "build": "babel -d lib/ src/",
    "coverage": "istanbul cover _mocha -x pushId.js -- -R spec --compilers js:babel-register",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dralletje/cycle-firebase.git"
  },
  "keywords": [
    "cyclejs",
    "firebase",
    "realtime",
    "declarative",
    "driver"
  ],
  "peerDependencies": {
    "rx": ">=2"
  },
  "author": "Michiel Dral <michiel@dral.eu>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/dralletje/cycle-time-driver/issues"
  },
  "homepage": "https://github.com/dralletje/cycle-time-driver#readme",
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-cli": "^6.5.1",
    "babel-preset-es2015": "^6.5.0",
    "babel-register": "^6.4.3",
    "chai": "^3.5.0",
    "chai-spies": "^0.7.1",
    "eslint": "^1.9.0",
    "eslint-config-cycle": "^3.1.0",
    "eslint-plugin-cycle": "^1.0.2",
    "eslint-plugin-no-class": "^0.1.0",
    "istanbul": "^1.0.0-alpha.2",
    "markdox": "0.1.10",
    "mocha": "^2.4.5",
    "mockery": "^1.4.0",
    "rx": "^4.0.s"
  },
  "dependencies": {
    "babel-plugin-transform-object-rest-spread": "^6.6.5",
    "firebase": "^2.4.1"
  }
}
