nmsg
Version:
Interprocess messenger for Node.js
41 lines (34 loc) • 763 B
JSON
{
"version": "1.0.1",
"name": "nmsg",
"description": "Interprocess messenger for Node.js",
"main": "index.js",
"keywords": [
"nmsg",
"node-messenger",
"messenger",
"ipc",
"inter-process",
"communication",
"scoket",
"websocket",
"sockjs",
"socket.io"
],
"repository": {
"type": "git",
"url": "https://github.com/streamich/nmsg"
},
"scripts": {
"start": "npm i -g tsd mocha && tsd install node && tsd install mocha && tsd install chai",
"typing": "node ./scripts/dts.js",
"test": "mocha"
},
"dependencies": {
"msgpack-lite": "0.1.17"
},
"devDependencies": {
"dts-generator": "1.7.0",
"chai": "*"
}
}