{
  "name": "fluxxor-test-utils",
  "version": "0.1.3",
  "description": "Test utilities for Fluxxor",
  "repository": {
    "type": "git",
    "url": "https://github.com/awei01/fluxxor-test-utils/"
  },
  "main": "index.js",
  "scripts": {
    "test": "node_modules/.bin/jest"
  },
  "author": "Austin Wei <awei01@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "jest-cli": "^0.1.18"
  },
  "dependencies": {
    "fluxxor": "^1.5.0",
    "lodash": "^2.4.1"
  },
  "jest": {
    "testFileExtensions": [
      "spec.js"
    ],
    "unmockedModulePathPatterns": [
      "node_modules/fluxxor",
      "node_modules/lodash"
    ]
  }
}
