s3d-fitting-commands
Version:
module with all available fitting commands (json) to communicate with the s3DFittingService (c++ websocket service)
28 lines (27 loc) • 693 B
JSON
{
"name": "s3d-fitting-commands",
"version": "0.4.14",
"description": "module with all available fitting commands (json) to communicate with the s3DFittingService (c++ websocket service)",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sigma3Dev/s3d-fitting-commands.git"
},
"keywords": [
"fitting",
"geometry",
"algorithm"
],
"author": "sigma3D",
"license": "MIT",
"bugs": {
"url": "https://github.com/sigma3Dev/s3d-fitting-commands/issues"
},
"homepage": "https://github.com/sigma3Dev/s3d-fitting-commands#readme",
"devDependencies": {
"mocha": "^5.0.5"
}
}