{
  "name": "dataloader",
  "version": "2.0.0",
  "description": "A data loading utility to reduce requests to a backend via batching and caching.",
  "contributors": [
    "Lee Byron <lee@leebyron.com> (http://leebyron.com/)",
    "Daniel Schafer <dschafer@fb.com>",
    "Nicholas Schrock <schrockn@fb.com>"
  ],
  "license": "MIT",
  "homepage": "https://github.com/graphql/dataloader",
  "bugs": {
    "url": "https://github.com/graphql/dataloader/issues"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/graphql/dataloader.git"
  },
  "main": "index.js",
  "typings": "index.d.ts",
  "files": [
    "index.js",
    "index.js.flow",
    "index.d.ts",
    "README.md",
    "LICENSE",
    "PATENTS"
  ]
}