{
	"name": "chrome-remote-multiplex",
	"version": "0.1.9",
	"description": "Allows multiple Chrome DevTools Clients to connect to a single Remote Debugger (ie Chrome Headless) instance",
	"main": "index.js",
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/johnspackman/chrome-remote-multiplex.git"
	},
	"keywords": [
		"chrome",
		"debug",
		"protocol",
		"remote",
		"interface",
		"headless"
	],
	"author": "John Spackman <john.spackman@zenesis.com>",
	"license": "MIT",
	"dependencies": {
		"chrome-remote-interface": "^0.24.1",
		"dot": "^1.1.2",
		"express": "^4.15.3",
		"ws": "^3.0.0",
		"yargs": "^8.0.2"
	},
	"devDependencies": {
		"babel-core": "^6.25.0",
		"babel-preset-es2015": "^6.24.1",
		"gulp": "^3.9.1",
		"gulp-babel": "^6.1.2",
		"gulp-concat": "^2.6.1",
		"gulp-sourcemaps": "^2.6.0"
	},
	"bugs": {
		"url": "https://github.com/johnspackman/chrome-remote-multiplex/issues"
	},
	"homepage": "https://github.com/johnspackman/chrome-remote-multiplex#readme",
	"bin": {
		"chrome-remote-multiplex": "./dist/cmdline.js"
	},
	"files": [
		"dist"
	]
}
