66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"name": "node-ipc",
|
|
"version": "8.9.3",
|
|
"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": ">=4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"colors": "*",
|
|
"event-pubsub": "4.2.3",
|
|
"js-message": ">=1.0.5",
|
|
"js-queue": ">=2.0.0",
|
|
"node-cmd": ">=1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"codacy-coverage": "^1.1.3",
|
|
"jasmine": "^2.4.1",
|
|
"istanbul": "^0.4.1",
|
|
"codacy-coverage": "^1.1.3"
|
|
},
|
|
"scripts": {
|
|
"test-windows": "istanbul cover -x **/spec/** -dir ./spec/coverage ./node_modules/jasmine/bin/jasmine.js",
|
|
"test": "istanbul cover -x **/spec/** -dir ./spec/coverage jasmine",
|
|
"cover": "istanbul cover -x **/spec/** -dir ./spec/coverage jasmine",
|
|
"coverup": "cat ./spec/coverage/lcov.info | codacy-coverage"
|
|
},
|
|
"pre-commit": [
|
|
"cover"
|
|
],
|
|
"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": "DBAD",
|
|
"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/"
|
|
}
|