63 lines
1.5 KiB
JSON
63 lines
1.5 KiB
JSON
{
|
|
"name" : "node-ipc",
|
|
"version" : "9.1.4",
|
|
"description" : "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
|
|
"main" : "node-ipc.js",
|
|
"directories" : {
|
|
"example": "example"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"dependencies": {
|
|
"event-pubsub" : "^5.0.3",
|
|
"js-message" : "^1.0.7",
|
|
"js-queue" : "^2.0.2",
|
|
"node-http-server": "^8.1.3",
|
|
"vanilla-test" : "^1.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"c8" : "^7.6.0",
|
|
"node-cmd": "^4.0.0"
|
|
},
|
|
"scripts": {
|
|
"test" : "npm i && c8 -r lcov -r html node test/CI.js && c8 report",
|
|
"precommit" : "node test/CI.js",
|
|
"start" : "echo 'See your coverage report at http://localhost:8080' && node-http-server port=8080 root=./coverage/"
|
|
},
|
|
"pre-commit": [
|
|
"precommit"
|
|
],
|
|
"keywords": [
|
|
"IPC",
|
|
"Neural Networking",
|
|
"Machine Learning",
|
|
"inter",
|
|
"process",
|
|
"communication",
|
|
"unix",
|
|
"windows",
|
|
"win",
|
|
"socket",
|
|
"TCP",
|
|
"UDP",
|
|
"domain",
|
|
"sockets",
|
|
"threaded",
|
|
"communication",
|
|
"multi",
|
|
"process",
|
|
"shared",
|
|
"memory"
|
|
],
|
|
"author": "Brandon Nozaki Miller",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/RIAEvangelist/node-ipc.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/RIAEvangelist/node-ipc/issues"
|
|
},
|
|
"homepage": "http://riaevangelist.github.io/node-ipc/"
|
|
}
|