{
  "name": "9wares-react",
  "version": "0.0.2",
  "description": "A collection of react utilities",
  "author": "Mike Hoffert",
  "repository": {
    "type": "git",
    "url": "https://github.com/9Wares/9Wares-React"
  },
  "main": "nine-wares-react.js",
  "scripts": {
    "start": "brunch watch --server",
    "test": "jest",
    "build": "babel app --out-dir dist"
  },
  "dependencies": {
    "classnames": "~2.2.3",
    "lodash": "~4.10.0",
    "moment": "~2.12.0",
    "numeral": "~1.5.3",
    "react": "^15.3.1",
    "react-dom": "^15.3.1"
  },
  "devDependencies": {
    "auto-reload-brunch": "^2.0.0",
    "babel-brunch": "~6.0.0",
    "babel-cli": "^6.7.5",
    "babel-jest": "^10.0.2",
    "babel-preset-es2015": "~6.3.13",
    "babel-preset-react": "~6.3.13",
    "brunch": "^2.4.0",
    "clean-css-brunch": "^2.0.0",
    "css-brunch": "^2.0.0",
    "javascript-brunch": "^2.0.0",
    "jest-cli": "^0.10.2",
    "jquery": "^2.2.3",
    "react-addons-test-utils": "^15.3.1",
    "uglify-js-brunch": "^2.0.0"
  },
  "jest": {
    "unmockedModulePathPatterns": [
      "<rootDir>/node_modules/react",
      "<rootDir>/node_modules/react-dom",
      "<rootDir>/node_modules/react-addons-test-utils",
      "<rootDir>/node_modules/lodash",
      "<rootDir>/node_modules/moment",
      "<rootDir>/node_modules/numeral",
      "<rootDir>/node_modules/classnames",
      "<rootDir>/node_modules/jquery"
    ]
  }
}
