{
  "name": "redux-request-tracker",
  "version": "1.0.5",
  "description": "Redux binding and utilities for working with xhr request data",
  "keywords": [
    "redux",
    "react",
    "middleware",
    "request",
    "async"
  ],
  "main": "lib/index.js",
  "author": "Matt O'Connell",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oconn/redux-track-request.git"
  },
  "bugs": {
    "url": "https://github.com/oconn/redux-track-request/issues"
  },
  "homepage": "https://github.com/oconn/redux-track-request#readme",
  "scripts": {
    "build": "webpack",
    "start": "webpack -w",
    "test": "jest",
    "coveralls": "jest --no-cache --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "test:watch": "npm test -- --watch"
  },
  "devDependencies": {
    "coveralls": "^2.11.15",
    "jest": "^20.0.4",
    "react": "^15.4.1",
    "redux": "^3.6.0",
    "redux-mock-store": "^1.2.1",
    "source-map-loader": "^0.2.1",
    "ts-jest": "^20.0.7",
    "ts-loader": "^2.3.0",
    "typescript": "^2.1.4",
    "typings": "^2.0.0",
    "webpack": "^1.13.3"
  },
  "peerDependencies": {
    "react": "^15.6.1",
    "redux": "^3.6.0",
    "redux-thunk": "^2.1.0"
  },
  "dependencies": {
    "parse-link-header": "^1.0.1",
    "ramda": "^0.24.1",
    "react-redux": "^5.0.5"
  },
  "jest": {
    "transform": {
      ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "testResultsProcessor": "<rootDir>/node_modules/ts-jest/coverageprocessor.js",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ]
  }
}
