{
  "name": "hackathon-december-team1",
  "private": true,
  "version": "1.0.0",
  "description": "Team 1's Holiday Hackathon Project",
  "main": ".modules/server/index.js",
  "scripts": {
    "start": "npm run watch-build & npm run watch-server",
    "watch-server": "./node_modules/.bin/nodemon -e js,json --watch modules/server --exec './node_modules/.bin/babel-node' modules/server",
    "watch-build": "./node_modules/.bin/nodemon -e js,json --watch components --watch sass --exec 'npm run' build",
    "build": "npm run style && npm run bundle",
    "test": "jest",
    "style": "./node_modules/.bin/node-sass ./sass/main.scss ./public/css/main.css",
    "bundle": "./node_modules/.bin/browserify modules/application.js -t babelify --outfile public/js/hackathon.js"
  },
  "jest": {
    "scriptPreprocessor": "./node_modules/babel-jest",
    "testFileExtensions": [
      "es6",
      "js"
    ],
    "moduleFileExtensions": [
      "js",
      "json",
      "es6"
    ],
    "unmockedModulePathPatterns": [
      "./node_modules/"
    ],
    "setupEnvScriptFile": "./__tests__/setupEnv.js"
  },
  "author": "The Orchard",
  "devDependencies": {
    "babel": "^5.8.23",
    "babelify": "^6.3.0",
    "browserify": "^11.2.0",
    "node-sass": "3.3.3",
    "nodemon": "^1.7.1",
    "numbro": "^1.6.2",
    "react": "^0.14.2",
    "react-addons-test-utils": "^0.14.2",
    "react-dom": "^0.14.2",
    "superagent": "^1.4.0"
  },
  "dependencies": {
    "babel-jest": "^5.2.1",
    "body-parser": "^1.14.1",
    "cookies": "^0.5.1",
    "cookie-parser": "^1.4.0",
    "classnames": "^2.2.0",
    "dotenv": "^1.2.0",
    "express": "^4.13.3",
    "history": "1.13.0",
    "express-session": "^1.12.1",
    "jest-cli": "*",
    "js-md5": "^0.3.0",
    "mongoose": "^4.2.9",
    "passport": "^0.3.2",
    "passport-google": "^0.3.0",
    "passport-google-oauth": "^0.2.0",
    "react": "^0.14.1",
    "react-router": "^1.0.0-rc3"
  }
}
