{
  "name": "test-reducer",
  "version": "2.0.2",
  "description": "A simple yet smart testing framework for your redux's reducers",
  "main": "TestReducer.js",
  "scripts": {
    "test": "jasmine",
    "examples" : "jasmine --filter=#example"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DanielKag/TestReducer.git"
  },
  "keywords": [
    "redux",
    "testings",
    "tests",
    "ut",
    "reducer",
    "framework"
  ],
  "author": "danielkag",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/DanielKag/TestReducer/issues"
  },
  "homepage": "https://github.com/DanielKag/TestReducer#readme",
  "dependencies": {
    "lodash.get": "^4.4.2",
    "lodash.isequal": "^4.5.0",
    "lodash.isfunction": "^3.0.8",
    "lodash.isobject": "^3.0.2",
    "lodash.merge": "^4.6.0",
    "lodash.range": "^3.2.0"
  },
  "devDependencies": {
    "jasmine": "^2.6.0"
  }
}
