{
  "name": "@centarius/state-hoc",
  "version": "0.1.6",
  "description": "Centarius State HOC",
  "main": "dist/cjs/index.js",
  "module": "dist/index.js",
  "repository": "https://github.com/rayandrews/centarius/tree/master/packages/state-hoc",
  "author": {
    "name": "Ray Andrew",
    "email": "raydreww@gmail.com",
    "url": "https://github.com/rayandrews"
  },
  "license": "MIT",
  "private": false,
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "react",
    "react-native",
    "react-native-web",
    "centarius",
    "react-hoc",
    "hoc",
    "react-context",
    "provider",
    "consumer"
  ],
  "scripts": {
    "build": "taskr release",
    "build-dev": "taskr",
    "clean": "rimraf dist"
  },
  "dependencies": {
    "@babel/core": "7.0.0-beta.55",
    "@babel/plugin-proposal-class-properties": "7.0.0-beta.55",
    "@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.55",
    "@babel/plugin-syntax-dynamic-import": "7.0.0-beta.55",
    "@babel/plugin-transform-react-jsx-source": "7.0.0-beta.55",
    "@babel/plugin-transform-runtime": "7.0.0-beta.55",
    "@babel/preset-env": "7.0.0-beta.55",
    "@babel/preset-react": "7.0.0-beta.55",
    "@babel/runtime": "7.0.0-beta.55",
    "@babel/template": "7.0.0-beta.55",
    "babel-plugin-add-module-exports": "^0.3.2",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.14",
    "centarius": "^0.1.6",
    "hoist-non-react-statics": "^3.0.1"
  },
  "devDependencies": {
    "@taskr/babel": "1.1.0-next.1",
    "@taskr/clear": "1.1.0",
    "@taskr/esnext": "1.1.0",
    "@taskr/watch": "1.1.0",
    "taskr": "1.1.0"
  },
  "peerDependencies": {
    "prop-types": "^15.x.x",
    "react": "16.x.x",
    "react-router-dom": "^4.x.x"
  },
  "gitHead": "dd312180b341a19e412f5b9ff3174540b56f8b79"
}
