{
  "name": "watch-serial",
  "description": "watch for new serial devices. stream with plug/unplg events",
  "version": "1.0.0",
  "repository": {
    "url": "git://github.com/soldair/watch-serial.git"
  },
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js"
  },
  "author": "Ryan Day",
  "dependencies": {
    "through": "~2.3.6"
  },
  "devDependencies": {
    "serialport": "~1.4.9",
    "tape": "~3.0.1"
  }
}
