{
  "name": "object-recursive-iterator",
  "version": "2.1.0",
  "description": "Iterate recursively over the enumerable properties of an object and execute the given callback on the objects's leafs.",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha -R spec ./spec/**/*.js"
  },
  "keywords": [
    "object",
    "iteration",
    "recursively",
    "keys"
  ],
  "author": "pmatzavin",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/pmatzavin/js-obj-iterator.git"
  },
  "dependencies": {},
  "homepage": "https://github.com/pmatzavin/mdfa",
  "devDependencies": {
    "mocha": "^6.2.1",
    "should": "^13.2.3"
  }
}
