{
  "name": "nixfilter-serialport",
  "version": "0.0.1",
  "description": "Filters for reading from and writing to serial ports",
  "main": "index.js",
  "bin": {
    "nixfilter-serialport": "./serialport.js"
  },
  "scripts": {
    "compile": "coffee --bare --no-header --map --compile *.coffee",
    "prepublishOnly": "npm run compile",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/oyooyo/nixfilter-serialport.git"
  },
  "keywords": [
    "Filter",
    "nixfilter",
    "Serial",
    "Serial port",
    "UNIX Filter"
  ],
  "author": {
    "name": "oyooyo"
  },
  "license": "ISC",
  "devDependencies": {
    "coffeescript": "^2.3.1"
  },
  "dependencies": {
    "nixfilter": "0.0.1",
    "serialport": "^7.0.2"
  }
}
