octoblu/friendly-sharefile-worker

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "friendly-sharefile-worker",
  "version": "1.0.18",
  "description": "Friendly sharefile worker",
  "main": "index.js",
  "scripts": {
    "start": "node command.js",
    "test": "mocha",
    "coverage": "nyc npm test",
    "mocha:json": "env NPM_ENV=test mocha --reporter json > coverage/mocha.json",
    "test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/octoblu/friendly-sharefile-worker.git"
  },
  "keywords": [
    "Sharefile",
    "Worker",
    "Friendly",
    "Citrix",
    "Octoblu"
  ],
  "author": "Octoblu Inc, <npm@octoblu.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/octoblu/friendly-sharefile-worker/issues"
  },
  "homepage": "https://github.com/octoblu/friendly-sharefile-worker#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "coffee-coverage": "^2.0.1",
    "coffee-script": "^1.10.0",
    "mocha": "^3.4.1",
    "mocha-multi": "^0.11.0",
    "mocha-osx-reporter": "^0.1.2",
    "nyc": "^10.3.2",
    "sinon": "^2.2.0",
    "sinon-chai": "^2.8.0"
  },
  "dependencies": {
    "@octoblu/redis-ns": "^1.2.0",
    "async": "^2.4.0",
    "coffee-script": "^1.10.0",
    "commander": "^2.9.0",
    "debug": "^2.2.0",
    "friendly-sharefile": "^3.5.3",
    "lodash": "^4.3.0",
    "meshblu-config": "^7.0.0",
    "meshblu-core-job-manager": "^6.1.4",
    "redis": "^2.4.2"
  },
  "nyc": {
    "cache": true,
    "reporter": [
      "text-summary",
      "lcov",
      "json"
    ],
    "extension": [
      ".coffee"
    ]
  }
}