{
  "name": "pro-frontend",
  "version": "0.0.1",
  "description": "Benzinga Pro web client",
  "author": "Benzinga <dev@benzinga.com> (http://benzinga.com)",
  "contributors": [],
  "license": "Proprietary",
  "repository": {
    "type": "git",
    "url": "git@github.com:Benzinga/pro-frontend.git"
  },
  "scripts": {
    "test": "NODE_ENV=test jest --config=.jest",
    "lint": "eslint . --ext .jsx",
    "coverage": "NODE_ENV=test jest --coverage --config=.jest",
    "clean": "rimraf -rf build",
    "preinstall": "babel-node project/scripts/install.js --pre",
    "postinstall": "babel-node project/scripts/install.js",
    "build:devpacks": "babel-node project/scripts/install.js",
    "start": "babel-node project/scripts/start.js",
    "prebuild": "rimraf -rf build",
    "prebuild:production": "rimraf -rf build",
    "build": "babel-node project/scripts/build.js",
    "build:production": "babel-node project/scripts/build.js --production",
    "deploy": "./deploy.js --target staging",
    "deploy:production": "./deploy.js --target production"
  },
  "private": true,
  "homepage": "https://github.com/Benzinga/pro-frontend",
  "bugs": {
    "url": "https://benzinga.atlassian.net/secure/RapidBoard.jspa?rapidView=41"
  },
  "devDependencies": {
    "amplify-store": "0.0.5",
    "aws-sdk": "^2.2.15",
    "babel-core": "^6.11.4",
    "babel-eslint": "^4.1.3",
    "babel-jest": "^6.0.1",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-object-rest-spread": "^6.5.0",
    "babel-polyfill": "^6.9.1",
    "babel-preset-benzinga": "latest",
    "babel-preset-benzinga-webpack": "latest",
    "babel-preset-react-hmre": "^1.1.1",
    "babel-runtime": "^5.8.38",
    "colors": "^1.1.2",
    "copy-webpack-plugin": "^0.3.3",
    "css": "^2.2.1",
    "css-loader": "^0.19.0",
    "eslint": "^3.2.2",
    "eslint-config-benzinga": "^1.0.0",
    "eslint-loader": "^1.0.0",
    "eslint-plugin-react": "^3.3.0",
    "exports-loader": "^0.6.2",
    "expose-loader": "^0.7.1",
    "express": "^4.14.0",
    "extract-text-webpack-plugin": "^2.0.0-beta.3",
    "figlet": "^1.1.2",
    "file-loader": "^0.8.1",
    "glob": "^6.0.3",
    "html-webpack-plugin": "^2.22.0",
    "js-yaml": "^3.6.1",
    "jsdom": "^7.2.1",
    "json-loader": "^0.5.4",
    "minimist": "^1.2.0",
    "nib": "^1.1.0",
    "node-emoji": "^1.3.1",
    "raw-loader": "^0.5.1",
    "redux-devtools": "^2.1.5",
    "rimraf": "^2.3.2",
    "shelljs": "^0.7.2",
    "style-loader": "^0.9.0",
    "stylus": "^0.54.5",
    "stylus-loader": "^2.1.2",
    "uglify-loader": "^1.3.0",
    "webpack": "^2.1.0-beta.20",
    "webpack-dev-middleware": "^1.6.1",
    "webpack-hot-middleware": "^2.12.2",
    "webpack-stats-plugin": "^0.1.3",
    "yaml-loader": "^0.4.0"
  },
  "dependencies": {
    "bluebird": "^3.4.1",
    "classnames": "^2.1.3",
    "element-resize-event": "^2.0.4",
    "es5-shim": "^4.1.14",
    "es6-shim": "^0.33.6",
    "fetch-jsonp": "^0.9.2",
    "fixed-data-table": "^0.6.0",
    "highcharts": "^4.2.5",
    "immutable": "^3.7.5",
    "isomorphic-fetch": "^2.1.1",
    "levenshtein": "^1.0.5",
    "lodash": "^4.14.0",
    "moment": "^2.13.0",
    "moment-range": "^2.0.3",
    "moment-timezone": "^0.5.3",
    "papaparse": "^4.1.2",
    "rc-slider": "^3.6.0",
    "react": "^15.2.1",
    "react-addons-css-transition-group": "^15.2.0",
    "react-addons-pure-render-mixin": "^15.2.1",
    "react-daterange-picker": "^1.0.0",
    "react-dom": "^15.2.1",
    "react-highcharts": "^8.3.0",
    "react-mixin": "^2.0.2",
    "react-onclickoutside": "^4.5.0",
    "react-redux": "^4.4.5",
    "react-router": "^2.6.1",
    "react-router-redux": "^4.0.5",
    "react-stripe-checkout": "^1.7.2",
    "redux": "^3.5.2",
    "redux-devtools": "^2.1.5",
    "redux-immutable": "^3.0.6",
    "redux-thunk": "^2.1.0",
    "reselect": "^2.5.3",
    "webpack-stats-plugin": "^0.1.3",
    "webrpc": "0.0.1"
  },
  "jest-webpack-alias": {
    "configFile": "./config/webpack/web.staging.js"
  },
  "main": "deploy.js"
}
