weacast/weacast-client

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "weacast-client",
  "description": "Basic utilities to support Weacast-based clients",
  "version": "1.1.1",
  "homepage": "https://github.com/weacast/weacast-client",
  "main": "lib/",
  "keywords": [
    "weacast",
    "weacast-plugin"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/weacast/weacast-client.git"
  },
  "author": {
    "name": "Weacast contributors",
    "url": "https://github.com/weacast"
  },
  "contributors": [],
  "bugs": {
    "url": "https://github.com/weacast/weacast-client/issues"
  },
  "scripts": {
    "prepublish": "npm run compile",
    "publish": "git push origin --tags && npm run changelog && git push origin",
    "release:patch": "npm version patch && npm publish",
    "release:minor": "npm version minor && npm publish",
    "release:major": "npm version major && npm publish",
    "changelog": "github_changelog_generator -u weacast -p weacast-client && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
    "compile": "shx rm -rf lib/ && babel -d lib/ src/ -s",
    "watch": "npm run compile && babel --watch -d lib/ src/",
    "lint": "standard src/**/*.js test/**/*.js --fix",
    "mocha": "cross-env NODE_CONFIG_DIR=./test/config/ mocha --exit --require babel-core/register",
    "coverage": "nyc npm run mocha",
    "test": "npm run compile && npm run lint && npm run coverage",
    "start": "npm run compile && node lib"
  },
  "standard": {
    "sourceType": "module",
    "env": [
      "mocha"
    ]
  },
  "dependencies": {
    "@feathersjs/client": "^3.7.8",
    "@feathersjs/feathers": "^3.3.1",
    "chroma-js": "^1.3.4",
    "config": "^1.26.1",
    "jquery": "^3.2.1",
    "leaflet": "^1.0.3",
    "leaflet-basemaps": "^0.2.0",
    "leaflet-canvaslayer-field": "^1.3.3",
    "leaflet-filelayer": "^0.6.0",
    "leaflet-fullscreen": "^1.0.2",
    "leaflet-heatmap": "^1.0.0",
    "leaflet-legend": "^1.0.2",
    "leaflet-measure": "^2.1.7",
    "leaflet-pixi-overlay": "^1.5.1",
    "leaflet-timedimension": "^1.1.0",
    "leaflet-velocity": "^1.2.2",
    "leaflet.markercluster": "^1.0.5",
    "leaflet.vectorgrid": "^1.3.0",
    "lodash": "^4.17.4",
    "loglevel": "^1.4.1",
    "mathjs": "^5.2.2",
    "pixi.js": "^4.8.2",
    "socket.io-client": "^2.0.4",
    "vue": "^2.3.3"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.24.1",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-export-extensions": "^6.22.0",
    "babel-plugin-transform-runtime": "^6.0.0",
    "babel-preset-es2015": "^6.24.1",
    "chai": "^4.2.0",
    "chai-lint": "^0.1.1",
    "containerized": "^1.0.2",
    "cross-env": "^4.0.0",
    "isomorphic-fetch": "^2.2.1",
    "jsdom": "^10.1.0",
    "jsdom-global": "^3.0.2",
    "nyc": "^15.0.1",
    "mocha": "^6.2.0",
    "shx": "^0.2.2",
    "standard": "^10.0.2"
  }
}