{
  "name": "instagram-chat",
  "version": "1.3.16",
  "description": "Instagram Chat Application",
  "main": "electron.js",
  "repository": "https://github.com/nemanjan00/instagram-chat",
  "author": "nemanjan00 <nemanjan00@gmail.com>",
  "license": "MIT",
  "scripts": {
    "start": "./node_modules/.bin/forever ./index.js",
    "serve": "webpack-dev-server --inline --progress --port 8080 --config frontend/config/webpack.dev.js --content-base public",
    "test": "karma start",
    "build": "rm -rf public ; mkdir public ; cp -r ./public-template/* ./public/ ; webpack --config frontend/config/webpack.prod.js --progress --profile --bail"
  },
  "bin": {
    "instagram-chat": "index.js",
    "instagram-chat-gui": "electroner.js"
  },
  "dependencies": {
    "body-parser": "^1.17.2",
    "electroner": "^4.0.4",
    "express": "^4.15.3",
    "express-session": "^1.15.5",
    "forever": "^0.15.3",
    "html-webpack-plugin": "^3.2.0",
    "instagram-private-api": "https://github.com/nemanjan00/instagram-private-api.git#patch-1",
    "log-symbols": "^2.0.0",
    "portastic": "^1.0.1",
    "webpack": "^4.10.2"
  },
  "optionalDependencies": {
    "electron": "^1.6.11"
  },
  "devDependencies": {
    "angular": "^1.6.5",
    "angular-ui-router": "^1.0.3",
    "bootstrap": "^3.3.7",
    "css-loader": "^0.28.4",
    "file-loader": "^1.1.11",
    "font-awesome": "^4.7.0",
    "jquery": "^3.2.1",
    "node-sass": "^4.9.0",
    "preload-webpack-plugin": "^1.2.3",
    "require-reload": "^0.2.2",
    "sass-loader": "^7.0.1",
    "style-loader": "^0.18.2",
    "webpack-bundle-analyzer": "^2.9.0",
    "webpack-livereload-plugin": "^0.11.0",
    "webpack-merge": "^4.1.0",
    "zinfinitescroll": "^1.1.6"
  }
}
