{
  "name": "framework7-redux",
  "version": "3.0.6",
  "description": "",
  "main": "./dist/src/index.js",
  "scripts": {
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bencompton/framework7-redux.git"
  },
  "keywords": [
    "framework7",
    "react",
    "redux",
    "typescript"
  ],
  "author": "Ben Compton",
  "license": "APACHE 2.0",
  "bugs": {
    "url": "https://github.com/bencompton/framework7-redux/issues"
  },
  "homepage": "https://github.com/bencompton/framework7-redux#readme",
  "dependencies": {
    "redux": "3.6.0"
  },
  "devDependencies": {
    "typescript": "3.5.3"
  }
}
