UNPKG

utilityhoc

Version:

a library of utility HoC components for react

45 lines (44 loc) 993 B
{ "name": "utilityhoc", "version": "0.1.0", "dependencies": { "react": "^16.6.1", "react-dom": "^16.6.1", "react-scripts": "2.1.1" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": "react-app" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ], "description": "a library of utility HoC components for react", "main": "utility/utility-hoc.js", "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/lucaspadden94/utility-hoc.git" }, "keywords": [ "Higher", "Order", "Component", "React", "Functional" ], "author": "Lucas Padden", "license": "MIT", "bugs": { "url": "https://github.com/lucaspadden94/utility-hoc/issues" }, "homepage": "https://github.com/lucaspadden94/utility-hoc#readme" }