{
  "name": "firestruct",
  "version": "0.0.23",
  "description": "Minimal immutable Firebase API",
  "author": {
    "name": "Neftaly Hernandez",
    "email": "neftaly.hernandez@gmail.com"
  },
  "license": "MIT",
  "scripts": {
    "test": "semistandard | snazzy && mocha",
    "build": "yarn test && rm -rf dist && babel src --out-dir dist",
    "prepublish": "yarn build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/neftaly/firestruct.git"
  },
  "main": "dist/index.js",
  "dependencies": {
    "firebase": "^5.5.1",
    "setasap": "^2.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.22.2",
    "babel-core": "^6.22.1",
    "babel-eslint": "^7.1.1",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-stage-0": "^6.22.0",
    "eslint": "^3.15.0",
    "mocha": "^3.2.0",
    "semistandard": "^9.2.1",
    "snazzy": "^6.0.0"
  },
  "babel": {
    "presets": [
      "es2015",
      "stage-0"
    ]
  },
  "semistandard": {
    "parser": "babel-eslint",
    "env": {
      "browser": true,
      "mocha": true
    }
  }
}
