{
  "name": "heya-io",
  "version": "1.9.3",
  "description": "Intelligent I/O for browsers and Node.",
  "main": "main.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "start": "node tests/server.js",
    "test-chrome": "node tests/puppeteer-chrome.js",
    "test-firefox": "node tests/puppeteer-firefox.js",
    "test": "npm run test-chrome && npm run test-firefox",
    "dist": "node node_modules/heya-globalize/index.js",
    "build": "npm run dist",
    "prepublishOnly": "npm run dist"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/heya/io.git"
  },
  "keywords": [
    "I/O",
    "XHR",
    "IO",
    "fetch"
  ],
  "author": "Eugene Lazutkin <eugene.lazutkin@gmail.com> (http://www.lazutkin.com/)",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/heya/io/issues"
  },
  "homepage": "https://github.com/heya/io#readme",
  "devDependencies": {
    "body-parser": "^1.19.0",
    "express": "^4.17.1",
    "heya-async": "^1.0.1",
    "heya-bundler": "^1.1.2",
    "heya-globalize": "^1.2.1",
    "heya-unit": "^0.3.0",
    "puppeteer": "^3.0.1",
    "puppeteer-firefox": "^0.5.1"
  },
  "browserGlobals": {
    "!root": "heya.io",
    "./io": "heya.io",
    "./main": "!heya.io",
    "./mock": "!heya.io",
    "./track": "!heya.io",
    "./cache": "!heya.io",
    "./bundle": "!heya.io",
    "./bust": "!heya.io",
    "./fetch": "!heya.io",
    "./retry": "!heya.io"
  }
}
