{
  "name": "@kalisio/kdk-core",
  "description": "Module to provide core utilities for Kalisio applications and services",
  "version": "1.1.3",
  "homepage": "https://github.com/kalisio/kCore",
  "main": "lib/",
  "browser": {
    "lib/": "lib/client/"
  },
  "keywords": [
    "Kalisio",
    "Kalisio-plugin"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/kalisio/kCore.git"
  },
  "author": {
    "name": "Kalisio contributors",
    "url": "https://github.com/kalisio"
  },
  "contributors": [],
  "bugs": {
    "url": "https://github.com/kalisio/kCore/issues"
  },
  "engines": {
    "node": ">= 4.6.0"
  },
  "scripts": {
    "prepublish": "npm run compile",
    "publish": "git push origin --tags && npm run changelog && git push origin",
    "release:patch": "npm version patch && npm publish --access=public",
    "release:minor": "npm version minor && npm publish --access=public",
    "release:major": "npm version major && npm publish --access=public",
    "changelog": "github_changelog_generator -u kalisio -p kCore && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
    "compile": "shx rm -rf lib/ && babel -d lib/ src/ -s --copy-files",
    "watch:js": "babel --watch -d lib/ src/ --copy-files",
    "watch:vue": "cpx src/**/*.vue lib/ --watch",
    "watch": "npm-run-all --parallel watch:**",
    "lint": "standard src/**/*.js src/**/*.vue test/**/*.js --fix",
    "mocha": "cross-env NODE_CONFIG_DIR=./test/config/ mocha --opts mocha.opts",
    "coverage": "cross-env NODE_CONFIG_DIR=./test/config/ node node_modules/istanbul/lib/cli cover node_modules/mocha/bin/_mocha -- --opts mocha.opts",
    "test": "npm run compile && npm run lint && npm run coverage",
    "start": "npm run compile && node lib"
  },
  "standard": {
    "parser": "babel-eslint",
    "plugins": [
      "html"
    ],
    "sourceType": "module",
    "env": [
      "mocha"
    ],
    "globals": [
      "DEV",
      "PROD",
      "fetch",
      "cordova",
      "location",
      "FileReader",
      "LocalFileSystem",
      "mime",
      "atob",
      "URL",
      "Blob",
      "Event"
    ]
  },
  "directories": {
    "lib": "lib"
  },
  "dependencies": {
    "@feathersjs/authentication": "https://github.com/kalisio/authentication.git",
    "@feathersjs/authentication-jwt": "^2.0.1",
    "@feathersjs/authentication-local": "^1.2.1",
    "@feathersjs/authentication-oauth2": "^1.1.0",
    "@feathersjs/client": "^3.5.3",
    "@feathersjs/configuration": "^1.0.2",
    "@feathersjs/errors": "^3.3.0",
    "@feathersjs/express": "^1.2.3",
    "@feathersjs/feathers": "^3.1.7",
    "@feathersjs/socketio": "^3.2.2",
    "ajv": "^5.2.2",
    "ajv-i18n": "2",
    "annyang": "^2.6.0",
    "aws-sdk": "^2.200.0",
    "body-parser": "^1.17.1",
    "casl": "^1.0.3",
    "compression": "^1.6.2",
    "cors": "^2.8.1",
    "dauria": "^2.0.0",
    "debug": "^3.1.0",
    "express-rate-limit": "^2.11.0",
    "feathers-blob": "^1.4.0",
    "feathers-hooks-common": "^3.0.0",
    "feathers-mongodb": "^2.8.0",
    "feathers-reactive": "^0.7.2",
    "fs-extra": "^3.0.0",
    "helmet": "^3.5.0",
    "js-yaml": "^3.10.0",
    "limiter": "^1.1.3",
    "lodash": "^4.17.4",
    "loglevel": "^1.6.0",
    "mime-types-browser": "^0.0.3",
    "moment": "^2.18.1",
    "mongodb": "^2.2.26",
    "multer": "^1.3.0",
    "passport-github": "^1.1.0",
    "passport-google-oauth20": "^2.0.0",
    "password-generator": "^2.2.0",
    "password-validator": "^4.0.0",
    "quasar-extras": "0.0.8",
    "quasar-framework": "0.14.7",
    "request": "^2.81.0",
    "s3-blob-store": "2.1.0",
    "showdown": "^1.8.6",
    "sift": "^6.0.0",
    "socket.io-client": "^2.0.0",
    "uberproto": "^1.2.0",
    "vue": "~2.5.15",
    "vue-avatar": "^2.0.0",
    "vue-router": "^2.7.0",
    "vue2-dropzone": "^3.0.5",
    "winston": "^2.3.1",
    "winston-daily-rotate-file": "^1.7.2"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.24.1",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^7.1.2",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-export-extensions": "^6.22.0",
    "babel-plugin-transform-runtime": "^6.0.0",
    "babel-polyfill": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "chai": "^3.5.0",
    "chai-lint": "^0.1.1",
    "containerized": "^1.0.2",
    "cpx": "^1.5.0",
    "cross-env": "^4.0.0",
    "css-loader": "^0.28.7",
    "eslint-plugin-html": "^3.1.1",
    "isomorphic-fetch": "^2.2.1",
    "istanbul": "^1.1.0-alpha.1",
    "jsdom": "^10.1.0",
    "jsdom-global": "^3.0.2",
    "mocha": "^3.2.0",
    "npm-run-all": "^4.1.1",
    "shx": "^0.2.2",
    "standard": "^10.0.3",
    "superagent": "^3.5.2",
    "vue-loader": "^13.0.4",
    "vue-style-loader": "^3.0.1",
    "vue-template-compiler": "~2.5.15"
  },
  "peerDependencies": {}
}
