{
  "name": "goldfish-search",
  "version": "1.4.0",
  "description": "A SharePoint 2013 inline People Search component",
  "author": "Kevin Beckett (http://sharepointcookies.com), beckettkev",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/beckettkev/Goldfish.git"
  },
  "keywords": [
    "react",
    "SPO",
    "sharepoint",
    "2013",
    "search",
    "people",
    "office365",
    "app"
  ],
  "devDependencies": {
    "assets-webpack-plugin": "^3.4.0",
    "babel": "^6.3.26",
    "babel-core": "^6.3.1",
    "babel-eslint": "^4.1.5",
    "babel-loader": "^6.0.1",
    "babel-plugin-react-transform": "^1.1.1",
    "babel-plugin-transform-class-properties": "^6.6.0",
    "babel-polyfill": "^6.7.3",
    "babel-preset-airbnb": "^1.0.1",
    "babel-preset-es2015": "^6.1.4",
    "babel-preset-react": "^6.1.4",
    "babel-preset-stage-0": "^6.5.0",
    "babel-register": "^6.7.1",
    "babelify": "^7.2.0",
    "chai": "^3.5.0",
    "classnames": "^2.2.1",
    "clean-webpack-plugin": "^0.1.9",
    "cross-env": "^1.0.1",
    "css-loader": "^0.23.1",
    "enzyme": "^1.2.0",
    "eslint": "^1.10.3",
    "eslint-config-airbnb": "^0.1.1",
    "eslint-plugin-react": "^2.7.1",
    "extract-text-webpack-plugin": "^1.0.1",
    "jsdom": "^8.3.0",
    "karma": "^0.13.19",
    "lodash": "^3.10.1",
    "minimist": "^1.2.0",
    "mocha": "^2.4.5",
    "node-sass": "3.4.2",
    "normalize.css": "^3.0.3",
    "phantomjs-polyfill": "0.0.2",
    "phantomjs-prebuilt": "^2.1.4",
    "react-addons-test-utils": "^0.14.8",
    "react-autowhatever": "^3.1.0",
    "react-css-modules": "^3.7.0",
    "react-dom": "^0.14.3",
    "react-hot-loader": "^1.3.0",
    "react-redux": "^4.4.1",
    "react-testutils-additions": "^0.2.0",
    "react-transform-catch-errors": "^1.0.0",
    "react-transform-hmr": "^1.0.1",
    "redbox-react": "^1.1.1",
    "redux-devtools": "^2.1.5",
    "sass-loader": "^3.0.0",
    "sinon": "^1.17.3",
    "style-loader": "^0.13.0",
    "toolbox-loader": "0.0.3",
    "watchify": "^3.7.0",
    "webpack": "^1.12.0",
    "webpack-dev-middleware": "^1.2.0",
    "webpack-dev-server": "^1.8.2",
    "webpack-hot-middleware": "^2.4.1",
    "yargs": "^4.6.0"
  },
  "dependencies": {
    "autosuggest-highlight": "^2.1.1",
    "cache-funk": "^0.1.2",
    "es6-promise": "^3.0.2",
    "flux": "^2.1.1",
    "keymirror": "^0.1.1",
    "object-assign": "^4.0.1",
    "react": "^0.14.3",
    "react-addons-css-transition-group": "^0.14.6",
    "react-select": "^0.9.1",
    "react-sortable-component": "^0.3.0",
    "react-waypoint": "^2.0.2",
    "redux": "^3.5.2"
  },
  "scripts": {
    "start": "node server.js --colors",
    "build": "cross-env NODE_ENV=production UV_THREADPOOL_SIZE=100 webpack --config ./webpack.config",
    "chunk": "cross-env NODE_ENV=production UV_THREADPOOL_SIZE=100 webpack --config ./webpack.chunk.config",
    "lint": ".\\node_modules\\.bin\\eslint src/index.js --ext .jsx --ext .js",
    "test": "karma start karma.config.js",
    "test:watch": "karma start"
  },
  "bugs": {
    "url": "https://github.com/BeckettKev/Goldfish/issues"
  },
  "homepage": "https://github.com/BeckettKev/Goldfish"
}
