octoblu/friendly-sharefile

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "friendly-sharefile",
  "version": "3.5.3",
  "description": "Friendly sharefile client library",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/octoblu/friendly-sharefile.git"
  },
  "keywords": [
    "Friendly",
    "Sharefile",
    "Client",
    "Citrix",
    "Octoblu"
  ],
  "author": "Octoblu Inc, <npm@octoblu.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/octoblu/friendly-sharefile/issues"
  },
  "homepage": "https://github.com/octoblu/friendly-sharefile#readme",
  "bin": {
    "sharefile-util": "./command.js",
    "sharefile-util-download": "./command-download.js",
    "sharefile-util-get-item": "./command-get-item.js",
    "sharefile-util-metadata": "./command-metadata.js",
    "sharefile-util-share": "./command-share.js",
    "sharefile-util-transfer": "./command-transfer.js",
    "sharefile-util-upload": "./command-upload.js"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "coffee-coverage": "^2.0.1",
    "mocha": "^3.4.1",
    "sinon": "^2.2.0",
    "sinon-chai": "^2.8.0"
  },
  "dependencies": {
    "async": "^2.4.0",
    "coffee-script": "^1.10.0",
    "colors": "^1.1.2",
    "commander": "^2.9.0",
    "debug": "^2.2.0",
    "lodash": "^4.3.0",
    "meshblu-config": "^7.0.0",
    "meshblu-http": "^9.9.0",
    "request": "^2.69.0",
    "uuid": "^3.0.1"
  }
}