shared-table-types
Version:
This module is a library for utlitizing an outline for managing processes that share tables each requiring a selection of a communication option.
35 lines (34 loc) • 913 B
JSON
{
"name": "shared-table-types",
"version": "1.0.7",
"description": "This module is a library for utlitizing an outline for managing processes that share tables each requiring a selection of a communication option.",
"main": "index.js",
"bin": {
"shared-table-types": "./bin/index.js"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "node test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/copious-world/share_table_management.git"
},
"keywords": [
"client-server",
"IPC",
"process-control",
"communication-configuration"
],
"author": "R. Leddy",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/copious-world/share_table_management/issues"
},
"homepage": "https://github.com/copious-world/share_table_management#readme",
"dependencies": {
"message-relay-services": "^0.9.29"
}
}