{
  "name": "mini-redux",
  "version": "0.0.5",
  "description": "just like redux but minified (hack package)",
  "main": "index.js",
  "scripts": {
    "test": "standard && tape test.js | tap-spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/freeman-lab/minidux.git"
  },
  "author": "SilentCicero",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/freeman-lab/minidux/issues"
  },
  "homepage": "https://github.com/freeman-lab/minidux#readme",
  "devDependencies": {
    "standard": "^6.0.7",
    "tap-spec": "^4.1.1",
    "tape": "^4.5.0"
  },
  "dependencies": {
  }
}
