vudash/vudash

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "scripts": {
    "lint": "lerna run lint",
    "start": "lerna run start --scope vudash",
    "heroku-postbuild": "./node_modules/.bin/lerna bootstrap",
    "docs:preview": "docsify serve docs",
    "postinstall": "lerna bootstrap --hoist"
  },
  "devDependencies": {
    "chance": "^1.0.4",
    "cheerio": "^0.22.0",
    "code": "^4.0.0",
    "docsify": "^4.6.10",
    "docsify-cli": "^4.2.1",
    "glob": "^7.0.6",
    "lerna": "2.0.0-beta.36",
    "marked": "^0.3.19",
    "mocha": "^4.0.1",
    "nock": "^9.0.2",
    "nodemon": "^1.9.2",
    "prismjs": "^1.14.0",
    "sinon": "^1.17.4",
    "sinon-as-promised": "^4.0.2",
    "standard": "^11.0.1"
  },
  "engines": {
    "node": ">=9.x"
  },
  "standard": {
    "globals": [
      "describe",
      "context",
      "it",
      "before",
      "after",
      "beforeEach",
      "afterEach"
    ]
  },
  "dependencies": {
    "app-module-path": "^2.2.0",
    "bluebird": "^3.5.2",
    "boom": "^6.0.0",
    "browser-sync": "^2.24.7",
    "buble": "^0.19.3",
    "catbox-memory": "^3.1.2",
    "chartist": "^0.11.0",
    "circleci": "^0.3.3",
    "cron": "^1.4.1",
    "export-dir": "^0.1.2",
    "fit-text": "^2.0.1",
    "fs-extra": "^0.30.0",
    "handlebars": "^4.0.12",
    "hapi": "^16.6.3",
    "hapi-api-secret-key": "^1.1.0",
    "inert": "^4.2.1",
    "izitoast": "^1.4.0",
    "joi": "^13.7.0",
    "jq.node": "^2.1.1",
    "json-to-css": "^0.1.0",
    "moment": "^2.22.2",
    "moment-timezone": "^0.5.21",
    "npm": "^5.10.0",
    "npm-programmatic": "0.0.8",
    "ora": "^1.4.0",
    "reorient": "^2.1.0",
    "rollup": "^0.43.1",
    "rollup-plugin-buble": "^0.19.2",
    "rollup-plugin-commonjs": "^8.4.1",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-postcss": "^0.4.3",
    "rollup-plugin-svelte": "^4.3.2",
    "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.1.1",
    "spreadsheet-to-json": "^1.3.1",
    "svelte": "^1.64.1",
    "travis-ci": "^2.2.0",
    "unhandled-rejection": "^1.0.0",
    "vision": "^4.1.1"
  }
}