UNPKG

render-props

Version:

Easily and reliably support Render Props, Component Injection, and Function as a Child

48 lines (47 loc) 1.34 kB
{ "name": "render-props", "version": "1.1.0", "description": "Easily and reliably support Render Props, Component Injection, and Function as a Child", "author": "Donavon West <github@donavon.com> (http://donavon.com)", "main": "lib/index.js", "scripts": { "prepublishOnly": "npm test && npm run build", "build": "babel src --out-dir lib --ignore '**/*.test.js'", "pretest": "eslint src", "test": "jest" }, "keywords": [ "react", "render props", "render prop", "props", "component", "component injection" ], "repository": { "type": "git", "url": "git+https://github.com/donavon/render-props.git" }, "license": "MIT", "bugs": { "url": "https://github.com/donavon/render-props/issues" }, "homepage": "https://github.com/donavon/render-props#readme", "devDependencies": { "babel-cli": "^6.26.0", "babel-eslint": "^8.2.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", "eslint": "^4.14.0", "eslint-config-airbnb": "^16.1.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-react": "^7.5.1", "jest": "^22.0.3", "react": "^16.2.0" }, "peerDependencies": { "react": ">= 0.14.0 < 17.0.0-0" } }