{
  "name": "heya-io-node",
  "version": "1.3.0",
  "description": "Intelligent I/O for Node",
  "main": "main.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "start": "node tests/server.js",
    "test": "node tests/tests.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/heya/io-node.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-node/issues"
  },
  "homepage": "https://github.com/heya/io-node#readme",
  "devDependencies": {
    "body-parser": "^1.19.0",
    "compression": "^1.7.4",
    "express": "^4.17.1",
    "heya-async": "^1.0.1",
    "heya-bundler": "^1.1.3",
    "heya-unit": "^0.3.0"
  },
  "dependencies": {
    "heya-io": "^1.9.3"
  },
  "files": [
    "/*.js",
    "/utils"
  ]
}
