{
  "name": "photocopy",
  "version": "3.2.5",
  "description": "Iterate anything and return a modified copy.",
  "main": "index.js",
  "scripts": {
    "test": "tape x/*/test.js test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nrn/photocopy"
  },
  "keywords": [
    "iterate",
    "map",
    "filter",
    "forEach",
    "copy",
    "transduce"
  ],
  "author": "Nick Niemeir <nick.niemeir@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/nrn/photocopy/issues"
  },
  "homepage": "https://github.com/nrn/photocopy",
  "devDependencies": {
    "tape": "^2.13.4"
  },
  "dependencies": {
    "universal-reduce": "^3.1.0",
    "splay": "^0.2.0"
  }
}
