2014-02-22 01:13:31 -08:00
|
|
|
{
|
|
|
|
"name": "node-ipc",
|
2016-09-10 15:09:44 -07:00
|
|
|
"version": "8.2.0",
|
2014-03-01 02:30:26 -08:00
|
|
|
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
|
2014-02-22 01:13:31 -08:00
|
|
|
"main": "node-ipc.js",
|
|
|
|
"directories": {
|
|
|
|
"example": "example"
|
|
|
|
},
|
2015-12-10 00:11:14 -08:00
|
|
|
"engines": {
|
|
|
|
"node": ">=1.0.0"
|
2015-12-08 16:57:41 -08:00
|
|
|
},
|
2014-02-22 01:13:31 -08:00
|
|
|
"dependencies": {
|
2015-12-02 10:24:38 -08:00
|
|
|
"colors": "*",
|
2016-08-12 15:25:49 -07:00
|
|
|
"event-pubsub": ">=2.1.2",
|
|
|
|
"js-message": ">=1.0.5",
|
|
|
|
"js-queue": ">=1.0.0",
|
|
|
|
"node-cmd": ">=1.1.1"
|
2014-02-22 01:13:31 -08:00
|
|
|
},
|
2016-01-09 00:59:47 -08:00
|
|
|
"devDependencies": {
|
|
|
|
"blanket": "^1.2.1",
|
|
|
|
"codacy-coverage": "^1.1.3",
|
2016-01-11 12:28:13 -08:00
|
|
|
"jasmine": "^2.4.1",
|
|
|
|
"istanbul": "^0.4.1",
|
|
|
|
"codacy-coverage": "^1.1.3"
|
2016-01-09 00:59:47 -08:00
|
|
|
},
|
2014-02-22 01:13:31 -08:00
|
|
|
"scripts": {
|
2016-04-01 19:45:11 +02:00
|
|
|
"test-windows": "istanbul cover -x **/spec/** -dir ./spec/coverage ./node_modules/jasmine/bin/jasmine.js",
|
2016-01-09 23:23:40 -08:00
|
|
|
"test": "istanbul cover -x **/spec/** -dir ./spec/coverage jasmine",
|
2016-01-10 20:59:40 -08:00
|
|
|
"cover": "istanbul cover -x **/spec/** -dir ./spec/coverage jasmine",
|
2016-01-11 14:31:36 -08:00
|
|
|
"coverup": "cat ./spec/coverage/lcov.info | codacy-coverage"
|
2014-02-22 01:13:31 -08:00
|
|
|
},
|
2016-01-11 14:31:36 -08:00
|
|
|
"pre-commit": [
|
|
|
|
"cover"
|
|
|
|
],
|
2014-02-22 01:13:31 -08:00
|
|
|
"keywords": [
|
|
|
|
"IPC",
|
2014-03-01 02:30:26 -08:00
|
|
|
"Neural Networking",
|
|
|
|
"Machine Learning",
|
2014-02-22 01:13:31 -08:00
|
|
|
"inter",
|
|
|
|
"process",
|
|
|
|
"communication",
|
|
|
|
"unix",
|
2015-09-27 04:53:08 -07:00
|
|
|
"windows",
|
|
|
|
"win",
|
|
|
|
"socket",
|
2014-03-01 02:30:26 -08:00
|
|
|
"TCP",
|
|
|
|
"UDP",
|
|
|
|
"domain",
|
2014-02-22 01:13:31 -08:00
|
|
|
"sockets",
|
|
|
|
"threaded",
|
|
|
|
"communication",
|
|
|
|
"multi",
|
|
|
|
"process",
|
|
|
|
"shared",
|
|
|
|
"memory"
|
|
|
|
],
|
|
|
|
"author": "Brandon Nozaki Miller",
|
2014-08-31 10:56:53 -07:00
|
|
|
"license": "DBAD",
|
2014-02-26 14:04:09 -08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/RIAEvangelist/node-ipc.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/RIAEvangelist/node-ipc/issues"
|
|
|
|
},
|
2014-03-01 04:13:06 -08:00
|
|
|
"homepage": "http://riaevangelist.github.io/node-ipc/"
|
2014-02-22 01:13:31 -08:00
|
|
|
}
|