{
  "name": "from2-array",
  "version": "0.0.4",
  "description": "Create a from2 stream based on an array of source values",
  "main": "index.js",
  "scripts": {
    "test": "set -e; for t in test/*.js; do node $t; done"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/binocarlos/from2-array.git"
  },
  "keywords": [
    "stream",
    "streams2",
    "from",
    "source",
    "readable"
  ],
  "author": "Kai Davenport",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/binocarlos/from2-array/issues"
  },
  "homepage": "https://github.com/binocarlos/from2-array",
  "dependencies": {
    "from2": "^2.0.3"
  },
  "devDependencies": {
    "tape": "^4.0.0",
    "through2": "^2.0.0"
  }
}
