{
  "name": "object-iterable",
  "version": "0.2.1",
  "description": "Create a new object containing the same properties (through assignment) of another object along with an @@iterator method can make use of the default iteration behavior (such as for-of) that built-in iterables like Array or Map have.",
  "main": "index.js",
  "scripts": {
    "build": "babel src --out-file lib/index.js",
    "watch": "babel src --watch --out-file lib/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/evturn/object-iterable.git"
  },
  "keywords": [
    "@@iterator",
    "enumerable",
    "iterable",
    "Object",
    "for-of",
    "iterator",
    "next",
    "loop"
  ],
  "author": "Evan Turner <ev@evturn.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/evturn/object-iterable/issues"
  },
  "homepage": "https://github.com/evturn/object-iterable#readme",
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "babel-core": "^6.7.4",
    "babel-preset-es2015": "^6.6.0"
  }
}
