react-sharestate-hoc
Version:
A React higher-order component for share state using a Pub/Sub pattern
52 lines (51 loc) • 1.47 kB
JSON
{
"name": "react-sharestate-hoc",
"version": "1.0.3",
"description": "A React higher-order component for share state using a Pub/Sub pattern",
"files": [
"lib"
],
"repository": "https://github.com/bySabi/react-sharestate-hoc.git",
"main": "lib/index.js",
"scripts": {
"clean": "rimraf ./lib",
"build": "rimraf lib && babel ./src -d lib --ignore '__tests__'",
"start": "npm run clean && npm run build",
"lint": "eslint src/**/*.js*",
"pretest": "npm run lint"
},
"keywords": [
"react",
"share state",
"hoc",
"shared state",
"Pub/Sub"
],
"author": "bySabi Files",
"license": "MIT",
"dependencies": {
"warning": "^2.1.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
},
"devDependencies": {
"babel-cli": "6.x.x",
"babel-core": "6.x.x",
"babel-loader": "6.x.x",
"babel-preset-es2015": "6.x.x",
"babel-preset-stage-0": "6.x.x",
"babel-preset-react": "6.x.x",
"babel-plugin-transform-runtime": "6.x.x",
"babel-eslint": "6.x.x",
"eslint": "2.x.x",
"eslint-config-bysabi": "git+https://github.com/bySabi/eslint-config-bysabi.git#master",
"eslint-config-standard": "5.x.x",
"eslint-config-standard-react": "2.x.x",
"eslint-plugin-promise": "1.x.x",
"eslint-plugin-react": "5.x.x",
"eslint-plugin-standard": "1.x.x",
"react": "^15.0.0",
"rimraf": "2.x.x"
}
}