{
  "name": "expect-gen",
  "version": "0.2.5",
  "description": "Assertion library for unit testing JS generators. Works well with redux-saga. Allows snapshot testing.",
  "devDependencies": {
    "jest": "^19.0.2",
    "redux-saga": "^0.15.0"
  },
  "dependencies": {
    "assert-diff": "^1.2.0"
  },
  "scripts": {
    "test": "jest",
    "test-watch": "jest --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jimbol/expect-gen"
  },
  "keywords": [
    "generators",
    "generator-testing",
    "redux-saga",
    "redux-saga-testing",
    "testing-sagas",
    "unit-testing",
    "snapshot-testing",
    "testing"
  ],
  "author": "Jim Hall",
  "contributors": [
    "Eric Bower"
  ],
  "license": "MIT"
}
