grbl-simulator
Version:
wrapper around the grbl simulator
29 lines (28 loc) • 631 B
JSON
{
"name": "grbl-simulator",
"version": "1.0.0",
"description": "wrapper around the grbl simulator",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "cd deps/grbl/sim && make clean all"
},
"repository": {
"type": "git",
"url": "git://github.com/tmpvar/grbl-simulator.git"
},
"keywords": [
"grbl",
"simulator",
"cnc",
"gcode"
],
"author": "Elijah Insua tmpvar@gmail.com>",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"through": "^2.3.4",
"split": "^0.3.0",
"duplexer": "^0.1.1"
}
}