{
  "name": "web-serial-library-demo",
  "version": "1.0.0",
  "description": "JavaScript API to access serial devices using a Tibbo Web232/Web485 board",
  "scripts": {
    "start": "node server.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tibbotech/web-serial-library"
  },
  "author": "Tibbo Technology <support@tibbo.com> (https:github.com/tibbotech)",
  "license": "MIT",
  "dependencies": {
    "http-server": "^0.12.3"
  }
}
