{
	"name": "message-bridge",
	"version": "0.0.7",
	"description": "Bridges class function calls between two contexes(workers) with messages.",
	"main": "./lib/index.js",
	"typings": "./lib/index.d.ts",
	"files": [
		"lib/",
		"bundles/"
	],
	"scripts": {
		"build": "gulp build",
		"test": "gulp build && just-test",
		"prepublishOnly": "gulp clean && gulp build && just-test && gulp package"
	},
	"author": {
		"name": "Itay Ronen",
		"url": "https://gitlab.com/itayronen"
	},
	"repository": {
		"type": "git",
		"url": "https://gitlab.com/itayronen/message-bridge.git"
	},
	"homepage": "https://gitlab.com/itayronen/message-bridge",
	"license": "MIT",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"keywords": [
		"bridge",
		"message",
		"web worker",
		"worker",
		"webworker",
		"typescript"
	],
	"dependencies": {},
	"devDependencies": {
		"@types/chai": "^4.1.2",
		"chai": "^4.1.0",
		"del": "^3.0.0",
		"gulp": "^3.9.1",
		"gulp-if": "^2.0.2",
		"gulp-ts-package": "^1.1.1",
		"gulp-typescript": "^4.0.1",
		"gulp-uglify-es": "^1.0.1",
		"itay-events": "^2.1.4",
		"itay-gulp-changed": "^1.1.1",
		"just-test-api": "^1.1.0",
		"just-test-node": "^1.4.2",
		"merge2": "^1.2.1",
		"ts-mangle-private": "^1.0.0",
		"typescript": "^2.8.0-rc"
	}
}
