{
  "name": "recursive-iterator",
  "version": "2.0.3",
  "description": "It iterates anything. The Recursive Iterator supports: ES5/ES6 environments, the ES6 iteration protocols",
  "homepage": "https://github.com/nervgh/recursive-iterator",
  "license": "MIT",
  "main": "dist/recursive-iterator.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/nervgh/recursive-iterator.git"
  },
  "keywords": [
    "js",
    "javascript",
    "walk",
    "walker",
    "recursive",
    "recursion",
    "iterator",
    "iteratate",
    "traverse",
    "traversing",
    "object",
    "tree",
    "json"
  ],
  "author": {
    "name": "nerv",
    "url": "https://github.com/nervgh"
  },
  "devDependencies": {
    "babel": "~4.7.16",
    "babel-core": "~4.0.0",
    "babel-loader": "~4.0.0",
    "gulp": "~3.9.1",
    "jasmine": "~2.4.1",
    "karma": "~1.2.0",
    "karma-jasmine": "~1.0.2",
    "karma-phantomjs-launcher": "~1.0.1",
    "phantomjs": "~1.9.20",
    "webpack": "~1.13.1",
    "webpack-stream": "~3.2.0"
  }
}
