{
  "name": "streamjs",
  "version": "1.6.4",
  "description": "Lazy Object Streaming Pipeline for JavaScript - inspired by the Java 8 Streams API",
  "homepage": "https://github.com/winterbe/streamjs",
  "author": {
    "name": "Benjamin Winterberg",
    "url": "http://winterbe.com"
  },
  "keywords": [
    "functional",
    "collection",
    "pipeline",
    "stream",
    "lazy",
    "utils",
    "java",
    "array"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/winterbe/streamjs.git"
  },
  "bugs": {
    "url": "https://github.com/winterbe/streamjs/issues"
  },
  "devDependencies": {
    "babel-core": "*",
    "blanket": "^1.1.7",
    "eslint": "^1.5.0",
    "grunt": "~0.4.5",
    "grunt-contrib-jshint": "*",
    "grunt-contrib-qunit": "*",
    "grunt-contrib-uglify": "*",
    "grunt-eslint": "^17.1.0",
    "load-grunt-tasks": "^3.2.0"
  },
  "license": "MIT",
  "engines": {
    "node": ">=0.10"
  },
  "main": "stream.js",
  "files": [
    "stream.js",
    "stream-min.js",
    "LICENSE"
  ]
}
