async-connect
Version:
HOC for calling and statusing redux actions on componentDidMount
51 lines (50 loc) • 1.28 kB
JSON
{
"name": "async-connect",
"description": "HOC for calling and statusing redux actions on componentDidMount",
"version": "1.0.0",
"author": "bentatum <bentatum@me.com>",
"bugs": {
"url": "https://github.com/bentatum/async-connect/issues"
},
"peerDependencies": {
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-redux": "^5.0.4",
"redux": "^3.6.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"husky": "^0.14.3",
"jest": "^20.0.0",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-redux": "^5.0.4",
"react-test-renderer": "^15.5.4",
"redux": "^3.6.0",
"standard": "*"
},
"homepage": "https://github.com/bentatum/async-connect",
"keywords": [
"async",
"connect",
"react",
"redux"
],
"license": "ISC",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/bentatum/async-connect.git"
},
"scripts": {
"prepush": "yarn lint && yarn test",
"build": "babel -d dist/ src/",
"prebuild": "yarn lint && yarn test",
"prepublish": "npm run build",
"lint": "standard src/",
"test": "jest test/"
}
}