{
  "name": "@folo/withcontext",
  "version": "0.1.5",
  "description": "micro HOC compose component accepts custom context values as props",
  "main": "dist/foloWithcontext.cjs.js",
  "umd:main": "dist/foloWithcontext.min.umd.js",
  "module": "dist/foloWithcontext.esm.js",
  "scripts": {},
  "repository": "https://github.com/jalal246/folo/tree/master/packages/folo-withcontext",
  "author": "Jalal Maskoun <jimmy002020@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jalal246/folo/issues"
  },
  "homepage": "https://github.com/jalal246/folo",
  "files": [
    "src",
    "dist",
    "README.md"
  ],
  "keywords": [
    "@folo",
    "@folo/forms",
    "@folo/withcontext",
    "@folo/values",
    "@folo/layout",
    "@folo/utils",
    "react",
    "react-component",
    "context",
    "HOC",
    "utility",
    "higher-order",
    "toolkit"
  ],
  "peerDependencies": {
    "react": "^16.4.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "97be3ca98c1cb4acd9dcbb4f7ddf3b5219f63979"
}
