vudash/vudash

View on GitHub
packages/core/package.json

Summary

Maintainability
Test Coverage
{
  "name": "vudash",
  "version": "9.9.0",
  "keywords": [
    "vudash",
    "dashboard",
    "dashing",
    "analytics",
    "monitoring",
    "websockets",
    "geckoboard",
    "widget",
    "stats",
    "dash",
    "dashing-js",
    "statistics",
    "big screen",
    "display",
    "home automation",
    "automation",
    "ha"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/vudash/vudash"
  },
  "description": "Easy to use, flexible dashboard software for monitoring, analytics, and more.",
  "main": "app.js",
  "scripts": {
    "lint": "../../node_modules/.bin/standard",
    "watch": "BROWSER_SYNC=true ../../node_modules/.bin/nodemon -e html,js .",
    "start": "./bin/vudash.js",
    "test": "PORT=3418 NODE_PATH=src:test ../../node_modules/.bin/mocha ../../test/unit.lab.js",
    "link": "npm link"
  },
  "bin": {
    "vudash": "bin/vudash.js"
  },
  "engines": {
    "node": ">=9.x"
  },
  "author": "Antony Jones",
  "license": "MIT",
  "dependencies": {
    "app-module-path": "^2.2.0",
    "bluebird": "^3.5.0",
    "boom": "^6.0.0",
    "browser-sync": "^2.12.9",
    "buble": "^0.19.3",
    "catbox-memory": "^3.0.0",
    "chalk": "^1.1.3",
    "figlet": "^1.2.0",
    "find-root": "^1.1.0",
    "fs-extra": "^0.30.0",
    "handlebars": "^4.0.10",
    "hapi": "^16.6.2",
    "hapi-api-secret-key": "^1.1.0",
    "hoek": "^4.1.1",
    "inert": "^4.2.0",
    "izitoast": "^1.2.0",
    "joi": "^10.5.2",
    "json-to-css": "^0.1.0",
    "lodash": "^4.16.4",
    "npm": "^5.0.4",
    "npm-programmatic": "0.0.8",
    "ora": "^1.3.0",
    "require-directory": "^2.1.1",
    "rollup": "^0.43.0",
    "rollup-plugin-buble": "^0.19.2",
    "rollup-plugin-commonjs": "^8.0.2",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-postcss": "^0.4.3",
    "rollup-plugin-svelte": "^4.1.0",
    "rollup-plugin-svg": "^1.0.1",
    "rollup-plugin-uglify-es": "0.0.1",
    "rollup-plugin-virtual": "^1.0.1",
    "slash": "^1.0.0",
    "socket.io": "^2.0.1",
    "svelte": "^1.60.2",
    "unhandled-rejection": "^1.0.0",
    "vision": "^4.1.1"
  },
  "standard": {
    "globals": [
      "describe",
      "context",
      "it",
      "before",
      "after",
      "beforeEach",
      "afterEach"
    ]
  }
}