{
  "name": "array_decoder",
  "version": "0.1.0",
  "description": "Like string_decoder but for arrays",
  "main": "array_decoder.js",
  "scripts": {
    "test": "node test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tonistiigi/array_decoder.git"
  },
  "keywords": [
    "string_decoder",
    "array",
    "stream"
  ],
  "author": "Tõnis Tiigi <tonistiigi@gmail.com>",
  "license": "MIT"
}
