{
  "name": "linq-es6",
  "version": "0.2.1",
  "description": "An implementation of .NET's LINQ API in JavaScrpit using ES6 generators for lazy evaluation",
  "keywords": ["linq"],
  "main": "index.js",
  "directories": {
    "test": "tests"
  },
  "dependencies": {
  },
  "devDependencies": {
    "mocha": "~1.12.0",
    "chai": "~1.7.2"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aaronpowell/linq-in-javascript"
  },
  "author": "Aaron Powell <me@aaron-powell.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aaronpowell/linq-in-javascript/issues"
  },
  "engines": [{
    "node" : ">=0.11.4"
  }]
}
