physical
Version:
virtual physical network infrastructure layer interface
32 lines (31 loc) • 652 B
JSON
{
"name": "physical",
"version": "3.0.3",
"description": "virtual physical network infrastructure layer interface",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"prepare" : "npm run build",
"build" : "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"physical",
"network",
"infrastructure",
"socket",
"p2p",
"p2s",
"s2p",
"s2s"
],
"author": "emdiet",
"repository": {
"type": "git",
"url": "https://github.com/emdiet/physical.user.link.git"
},
"license": "UNLICENSED",
"devDependencies": {
"typescript": "^3.3.3333"
}
}