{
  "name": "fog-controller",
  "version": "0.1.41",
  "description": "Fog Controller project @ iotracks.com",
  "main": "./src/main.js",
  "repository": {
    "type": "git",
    "url": ""
  },
  "keywords": [
    "express",
    "node"
  ],
  "author": "Zishan Iqbal",
  "license": "Copyright (C) 2017 iotracks, inc. \nEclipse ioFog is provided under the Eclipse Public License (EPL) \nhttps://www.eclipse.org/legal/epl-v10.html",
  "bugs": {},
  "preferGlobal": true,
  "homepage": "https://iotracks.com/",
  "scripts": {
    "test": "node ./dist/main.js",
    "start": "node ./dist/main",
    "build": "cd db/ && touch fog_controller.db && cd ../ && ./flyway-5.0.7/flyway -configFiles=./db/flyway.conf migrate && babel src -d dist --copy-files",
    "start-dev": "node ./dist/daemonServer",
    "build-dev": "./flyway-5.0.7/flyway -configFiles=./db/flyway.conf migrate && babel src -d dist --copy-files",
    "dev": "npm start stop && npm run build-dev && npm run start-dev"
  },
  "bin": {
    "fog-controller": "./dist/main.js"
  },
  "dependencies": {
    "async": "^2.0.1",
    "body-parser": "^1.18.2",
    "continuation-local-storage": "^3.1.7",
    "cookie-parser": "^1.4.1",
    "daemonize2": "^0.4.2",
    "dotenv": "^4.0.0",
    "ejs": "^2.5.7",
    "es6-mixins": "^1.0.2",
    "express": "^4.16.2",
    "express-session": "^1.13.0",
    "ftp": "^0.3.10",
    "keymirror": "0.1.1",
    "moment": "^2.12.0",
    "moment-timezone": "^0.5.4",
    "ms": "^2.1.1",
    "multer": "^1.1.0",
    "node-mailer": "^0.1.1",
    "node-uuid": "^1.4.7",
    "nodemailer": "^4.4.2",
    "nodemailer-smtp-transport": "^2.7.4",
    "path": "^0.12.7",
    "portscanner": "^2.1.1",
    "q": "^1.4.1",
    "sequelize": "^4.33.1",
    "sqlite3": "^3.1.13",
    "underscore": "^1.8.3",
    "uuid": "^2.0.2",
    "winston": "^2.3.1",
    "winston-daily-rotate-file": "^1.4.3"
  },
  "devDependencies": {
    "babel-cli": "^6.14.0",
    "babel-core": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-runtime": "6.6.1"
  }
}
