UNPKG

functional-components

Version:

React component primitives inspired by Functional Programming and Algabraic Data Types

50 lines (49 loc) 1.39 kB
{ "name": "functional-components", "version": "0.0.5", "description": "React component primitives inspired by Functional Programming and Algabraic Data Types", "main": "dist/index.js", "scripts": { "test": "test", "build": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/RyanCCollins/functional-components.git" }, "keywords": [ "React", "Components", "ADTs", "Functional", "Programming" ], "author": "RyanCCollins <rccproduction@mac.com>", "license": "MIT", "bugs": { "url": "https://github.com/RyanCCollins/functional-components/issues" }, "homepage": "https://github.com/RyanCCollins/functional-components#readme", "dependencies": { "react": "^15.3.2" }, "devDependencies": { "babel-cli": "^6.5.1", "babel-core": "^6.5.2", "babel-eslint": "^5.0.0-beta9", "babel-loader": "^6.2.7", "babel-plugin-flow-react-proptypes": "^0.17.2", "babel-polyfill": "^6.5.0", "babel-preset-es2015": "^6.5.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-0": "^6.5.0", "eslint": "^3.10.1", "eslint-config-airbnb": "^13.0.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-react": "^6.7.1", "flow-bin": "^0.35.0", "remove-flow-types-loader": "0.0.1", "webpack": "2.1.0-beta.19" } }