UNPKG

jedifocus.hocs

Version:

Higher order components for JediFocus.

67 lines (66 loc) 1.45 kB
{ "name": "jedifocus.hocs", "version": "0.34.13", "description": "Higher order components for JediFocus.", "main": "index.js", "repository": "git@github.com:jsbites/jedifocus.hocs.git", "author": "Volkan Özçelik <me@volkan.io> (https://volkan.io/)", "license": "MIT", "private": false, "scripts": { "build": "bin/build.sh", "flow": "bin/flow.sh", "lint": "bin/lint.sh", "precommit": "bin/precommit.sh", "test": "bin/test.sh" }, "lint-staged": { "*.{js,json,css,scss,sass,md}": [ "prettier --write", "git add" ] }, "files": [ "/flow-typed", "lib/", "index.js" ], "devDependencies": { "babel-eslint": "^8.2.1", "empty": "^0.10.1", "eslint": "^4.15.0", "eslint-config-jsbites": "^2.1.2", "eslint-loader": "^1.9.0", "eslint-plugin-babel": "^4.1.2", "eslint-plugin-react": "^7.5.1", "flow-copy-source": "^1.2.1", "flow-remove-types": "^1.2.3", "husky": "^0.14.3", "lint-staged": "^6.0.0", "prettier": "^1.9.2", "react": "^16.2.0" }, "peerDependencies": { "react": "^16.2.0" }, "keywords": [ "byte", "byte-sized javascript", "byte-sized", "bytesized.tv", "demos", "education", "javascript", "learning", "podcast", "react", "redux", "screencast", "tutorials", "vidcast", "videocast", "react", "hocs", "higher-order components" ] }