clone of github.com/decent-newsroom/newsroom
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

34 lines
820 B

{
"name": "recompose",
"version": "0.22.0",
"author": "Andrew Clark <acdlite@me.com>",
"repository": {
"type": "git",
"url": "https://github.com/acdlite/recompose.git"
},
"main": "index.js",
"license": "MIT",
"bugs": {
"url": "https://github.com/acdlite/recompose/issues"
},
"homepage": "https://github.com/acdlite/recompose",
"description": "A React utility belt for function components and higher-order components",
"keywords": [
"react",
"higher-order",
"components",
"microcomponentization",
"toolkit",
"utilities",
"composition"
],
"dependencies": {
"change-emitter": "^0.1.2",
"fbjs": "^0.8.1",
"hoist-non-react-statics": "^1.0.0",
"symbol-observable": "^1.0.4"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
}
}