{
  "name": "boundless-utils-test-helpers",
  "private": true,
  "version": "1.0.0",
  "description": "Used in testing boundless components for prop passing, etc.",
  "module": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/enigma-io/boundless.git"
  },
  "contributors": [
    "Evan Scott <probablyup@gmail.com> (http://yaycmyk.com)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/enigma-io/boundless/issues"
  },
  "homepage": "https://github.com/enigma-io/boundless#readme",
  "peerDependencies": {
    "react": ">= 15.3",
    "react-dom": ">= 15.3"
  },
  "dependencies": {
    "lodash": "^4.6.1"
  }
}
