{
  "name": "bomstrip",
  "version": "0.1.4",
  "description": "Node transformation stream that will strip a UTF-8 Byte Order Mark from the beginning.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tracker1/node-bomstrip-stream.git"
  },
  "keywords": [
    "bom",
    "utf8",
    "stream",
    "transform"
  ],
  "author": "Michael J. Ryan <tracker1@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tracker1/node-bomstrip-stream/issues"
  },
  "homepage": "https://github.com/tracker1/node-bomstrip-stream"
}
