{
  "name": "dashboard-carousel",
  "version": "1.0.4",
  "description": "",
  "main": "src/main.js",
  "scripts": {
    "start": "node bin/run.js",
    "test": "npm run lint",
    "lint": "eslint ."
  },
  "bin": "./bin/run.js",
  "engines": {
    "node": ">=8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com:myjar/dashboard-carousel.git"
  },
  "keywords": [
    "dashboard",
    "tv",
    "carousel",
    "frame",
    "webpages"
  ],
  "author": "Taavi Laanemaa <taavi.laanemaa@myjar.com>",
  "license": "Apache-2.0",
  "devDependencies": {
    "eslint": "^5.3.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.17.2"
  },
  "dependencies": {
    "app-root-path": "^2.2.1",
    "deepmerge": "^3.2.0",
    "express": "^4.16.4",
    "pug": "^3.0.2",
    "socket.io": "^4.4.1"
  }
}
