{
  "name": "hydux-react",
  "version": "0.3.4",
  "description": "React enhancer for hydux, hydux is an elm-like state manager inspired by Hyperapp, Elmish, Elm, Redux, etc. Working with any vdom library!",
  "main": "./lib/index.js",
  "typings": "./lib/index",
  "types": "./lib/index",
  "scripts": {
    "build": "del lib && tsc -d -t es5",
    "build:dist": "webpack -p --progress --profile",
    "test": "mocha --require espower-typescript/guess \"src/test/**/*.ts\"",
    "test:watch": "npm run test -- -w --watch-extensions ts,tsx",
    "doc": "typedoc --theme minimal --out ./docs --exclude ./test ./src && touch ./docs/.nojekyll",
    "preversion": "npm run build && npm run build:dist && git add -A"
  },
  "pre-commit": [],
  "files": [
    "lib",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hydux/hydux-react.git"
  },
  "keywords": [
    "elm",
    "hyperapp",
    "redux",
    "flux",
    "react",
    "picodom"
  ],
  "author": "Zack Young",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hydux/hydux-react/issues"
  },
  "homepage": "https://github.com/hydux/hydux-react#readme",
  "devDependencies": {
    "@types/lodash": "^4.14.112",
    "@types/lru-cache": "^4.1.0",
    "@types/mocha": "^2.2.44",
    "@types/node": "^8.0.56",
    "@types/react": "^16.7.2",
    "@types/react-dom": "^16.0.9",
    "awesome-typescript-loader": "^3.4.1",
    "clean-webpack-plugin": "^0.1.17",
    "cross-env": "^5.1.1",
    "debug": "^3.1.0",
    "del-cli": "^1.1.0",
    "espower-typescript": "^8.1.2",
    "mocha": "^4.0.1",
    "power-assert": "^1.4.4",
    "pre-commit": "^1.2.2",
    "source-map-loader": "^0.2.3",
    "timekeeper": "^2.0.0",
    "tslint": "^5.8.0",
    "tslint-config-standard": "^7.0.0",
    "typedoc": "^0.9.0",
    "typescript": "^2.9.2",
    "webpack": "^3.10.0"
  },
  "dependencies": {
    "lru-cache": "^4.1.1",
    "react": "^16.7.0",
    "react-dom": "^16.7.0"
  },
  "optionalDependencies": {
    "hydux": "^0.5.8"
  }
}
