{
  "name": "fabmodules-html5",
  "version": "1.0.0",
  "description": "Fab Modules is a browser-based CAM system, which allows to generate toolpaths for and control lasercutters, CNC-mills and waterjets commonly found in [fablabs](https://www.fablabs.io/).",
  "main": "main.js",
  "dependencies": {
    "mime": "^1.3.6",
    "node-static": "^0.7.11",
    "ws": "^3.3.1"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "PATH=./mod_server/:$PATH node ./mod_server/mod_server.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FabModules/fabmodules-html5.git"
  },
  "author": "",
  "license": "SEE LICENSE IN LICENSE.md",
  "bugs": {
    "url": "https://github.com/FabModules/fabmodules-html5/issues"
  },
  "homepage": "https://github.com/FabModules/fabmodules-html5#readme"
}