{ "name": "sendmessage", "version": "1.1.0", "description": "Send a cross process message if message channel is connected.", "main": "index.js", "files": [ "index.js" ], "scripts": { "test": "mocha --check-leaks -R spec -t 5000 -r should test/*.test.js", "test-cov": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 -r should test/*.test.js", "test-travis": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --check-leaks -t 5000 -r should test/*.test.js", "jshint": "jshint .", "autod": "autod -w --prefix '~'", "cnpm": "npm install --registry=https://registry.npm.taobao.org", "contributors": "contributors -f plain -o AUTHORS" }, "dependencies": {}, "devDependencies": { "autod": "*", "contributors": "*", "istanbul": "*", "jshint": "*", "mm": "^1.5.1", "mocha": "*", "should": "*" }, "homepage": "https://github.com/node-modules/sendmessage", "repository": { "type": "git", "url": "git://github.com/node-modules/sendmessage.git", "web": "https://github.com/node-modules/sendmessage" }, "bugs": { "url": "https://github.com/node-modules/sendmessage/issues", "email": "fengmk2@gmail.com" }, "keywords": [ "sendmessage", "send", "cluster", "message", "channel closed" ], "engines": { "node": ">= 0.10.0" }, "author": "fengmk2 (http://fengmk2.github.com)", "license": "MIT" }