heya-bundler
Version:
Intelligent I/O for browsers, and its counterpart for node.js.
45 lines (44 loc) • 1 kB
JSON
{
"name": "heya-bundler",
"version": "1.1.4",
"description": "Intelligent I/O for browsers, and its counterpart for node.js.",
"main": "main.js",
"directories": {
"test": "tests"
},
"scripts": {
"start": "node tests/server.js",
"test-chrome": "node tests/puppeteer-chrome.js",
"test": "npm run test-chrome"
},
"repository": {
"type": "git",
"url": "git://github.com/heya/bundler.git"
},
"keywords": [
"I/O",
"XHR",
"IO"
],
"author": "Eugene Lazutkin <eugene.lazutkin@gmail.com> (http://www.lazutkin.com/)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/heya/bundler/issues"
},
"homepage": "https://github.com/heya/bundler",
"devDependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"heya-unit": "^0.3.0",
"puppeteer": "^5.2.1"
},
"dependencies": {
"debug": "^4.1.1",
"heya-async": "^1.0.1",
"heya-io-node": "^1.2.0"
},
"files": [
"/*.js",
"/utils"
]
}