{
  "name": "react-wildcat-prefetch",
  "version": "9.0.0",
  "description": "A React decorator to prefetch component data.",
  "main": "lib/index.js",
  "dependencies": {
    "exenv": "^1.2.1",
    "hoist-non-react-statics": "2.5.4",
    "invariant": "^2.2.1",
    "prop-types": "^15.5.10",
    "react": "16.6.1"
  },
  "devDependencies": {
    "babel-cli": "^6.8.0",
    "create-react-class": "^15.6.3",
    "react-dom": "16.6.1",
    "rimraf": "^2.5.2"
  },
  "scripts": {
    "build": "npm run clean && npm run compile",
    "clean": "rimraf lib",
    "compile": "babel src --out-dir lib",
    "prepublish": "env NODE_ENV=production npm run build",
    "pretest": "npm run prepublish"
  },
  "author": "engineers@nfl.com",
  "license": "MIT"
}
