{
  "name": "ows-film-transparency-frontend",
  "version": "1.0.0",
  "description": "A react based frontend for the film transparency product",
  "main": "index.js",
  "scripts": {
    "start": "./node_modules/.bin/webpack-dev-server --inline --hot --content-base public --port 3000",
    "build": "./node_modules/.bin/webpack",
    "production": "NODE_ENV=production ./node_modules/.bin/webpack --optimize-minimize --optimize-occurrence-order --optimize-dedupe"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/theorchard/ows-film-transparency.git"
  },
  "bugs": {
    "url": "https://github.com/theorchard/ows-film-transparency/issues"
  },
  "homepage": "https://github.com/theorchard/ows-film-transparency",
  "private": true,
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-cli": "^6.5.1",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.5.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-0": "^6.5.0",
    "classnames": "^2.2.3",
    "css-loader": "^0.23.1",
    "d3": "^3.5.16",
    "dotenv": "^2.0.0",
    "extract-text-webpack-plugin": "^1.0.1",
    "handlebars": "^4.0.5",
    "handlebars-loader": "^1.3.0",
    "html-webpack-plugin": "^2.22.0",
    "moment": "^2.11.2",
    "node-sass": "^3.7.0",
    "react": "^15.1.0",
    "react-bootstrap": "^0.29.4",
    "react-dom": "^15.1.0",
    "react-recaptcha": "^2.1.1",
    "react-router": "^2.4.1",
    "sass-loader": "^3.2.0",
    "style-loader": "^0.13.0",
    "superagent": "^2.0.0",
    "webpack": "^1.12.14",
    "webpack-dev-server": "^1.14.1"
  },
  "dependencies": {
    "lodash.debounce": "^4.0.6"
  }
}
