{
  "name": "@launchpadlab/lp-utils",
  "version": "2.16.1",
  "description": "Our Utilities",
  "main": "lib/index.js",
  "repository": "launchpadlab/lp-utils",
  "homepage": "https://github.com/launchpadlab/lp-utils",
  "author": {
    "name": "Dave Corwin",
    "email": "dave@launchpadlab.com"
  },
  "license": "MIT",
  "scripts": {
    "start": "yarn run build:development",
    "build": "mkdir -p lib && babel src --out-dir lib --no-comments --minified",
    "build:development": "mkdir -p lib && babel src --watch --out-dir lib",
    "clean": "rimraf lib",
    "docs": "documentation build src/index.js -f md -o docs.md",
    "lint": "eslint src",
    "precommit": "yarn run docs && git add docs.md",
    "prepublish": "npm run clean && npm run build",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "report-coverage": "codeclimate-test-reporter < coverage/lcov.info"
  },
  "files": [
    "README.md",
    "LICENSE.md",
    "lib/"
  ],
  "dependencies": {
    "@launchpadlab/lp-redux-api": "^5.0.0",
    "@launchpadlab/lp-requests": "^2.4.0",
    "classnames": "^2.2.5",
    "humps": "^2.0.1",
    "lodash": "^4.17.4",
    "prop-types": "^15.5.8",
    "react-redux": "^5.0.6",
    "redux": "^3.7.2",
    "validate.js": "^0.11.1"
  },
  "peerDependencies": {
    "react": "^15.5.4"
  },
  "devDependencies": {
    "babel-cli": "^6.22.2",
    "babel-eslint": "^7.1.1",
    "babel-jest": "^18.0.0",
    "babel-polyfill": "^6.23.0",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-react": "^6.22.0",
    "babel-preset-stage-1": "^6.22.0",
    "codeclimate-test-reporter": "^0.4.1",
    "documentation": "^4.0.0-beta.18",
    "enzyme": "^2.7.1",
    "eslint": "^3.15.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-react": "^6.10.0",
    "husky": "^0.13.3",
    "jest": "^18.1.0",
    "react": "^15.5.4",
    "react-addons-test-utils": "^15.4.2",
    "react-dom": "^15.4.2",
    "rimraf": "^2.5.4"
  }
}
