{
  "name": "zoid",
  "version": "6.0.82",
  "description": "Cross domain components.",
  "main": "index.js",
  "scripts": {
    "setup": "npm install && npm run flow-typed",
    "demo": "serve . --port 1337",
    "lint": "eslint src/ test/ *.js",
    "flow-typed": "rm -rf flow-typed && flow-typed install",
    "flow": "flow",
    "flow:build": "flow gen-flow-files ./src/index.js --out-dir ./dist/module",
    "karma": "cross-env NODE_ENV=test babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/karma start",
    "babel": "babel src/ --out-dir dist/module",
    "webpack": "babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/webpack --progress",
    "test": "npm run lint && npm run flow-typed && npm run flow && npm run karma",
    "build": "npm run test && npm run babel && npm run webpack",
    "release": "./publish.sh",
    "release:patch": "./publish.sh patch",
    "release:minor": "./publish.sh minor",
    "release:major": "./publish.sh major",
    "clean": "rimraf dist coverage",
    "reinstall": "rimraf flow-typed && rimraf node_modules && npm install && flow-typed install",
    "debug": "cross-env NODE_ENV=debug"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/krakenjs/zoid.git"
  },
  "keywords": [
    "cross-domain",
    "cross domain",
    "components",
    "component",
    "krakenjs",
    "kraken"
  ],
  "licenses": [
    {
      "type": "Apache 2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
    }
  ],
  "files": [
    "dist/",
    "src/",
    "globals.js"
  ],
  "readmeFilename": "README.md",
  "devDependencies": {
    "flow-bin": "^0.76",
    "grumbler-scripts": "^2.0.19",
    "mocha": "^4",
    "serve": "^6.5.6"
  },
  "dependencies": {
    "beaver-logger": "^3.0.17",
    "belter": "1.0.123",
    "cross-domain-safe-weakmap": "^1.0.22",
    "cross-domain-utils": "^2.0.16",
    "hi-base32": "^0.5.0",
    "post-robot": "^8.0.29",
    "zalgo-promise": "^1.0.34"
  }
}
