{
  "name": "es6-iter",
  "version": "0.5.0",
  "description": "Functional programming utility library that works with ES6 iterable objects",
  "main": "out/cjs/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "make test"
  },
  "keywords": [
    "es6",
    "iterable",
    "iterators",
    "iterate",
    "underscore",
    "lodash",
    "functional programming"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/tucksen/iter.git"
  },
  "author": "Jesse Tuchsen",
  "license": "MIT",

  "dependencies": {
    "traceur": "0.0.33"
  },

  "devDependencies": {
    "chai": "~1.9.1",
    "karma": "~0.12.9",
    "karma-chrome-launcher": "~0.1.3",
    "karma-firefox-launcher": "~0.1.3",
    "karma-mocha": "~0.1.3",
    "karma-traceur-preprocessor": "~0.2.2",
    "karma-chai": "~0.1.0",
    "mocha": "~1.18.2"
  }
}
