octoblu/meshblu-encryption

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "meshblu-encryption",
  "version": "3.0.1",
  "description": "Common encryption functions and patterns for Meshblu",
  "main": "dist/index.js",
  "dependencies": {
    "lodash": "^4.6.1",
    "node-rsa": "^0.4.2"
  },
  "devDependencies": {
    "chai": "^4.0.1",
    "coffee-coverage": "^2.0.1",
    "coffee-script": "^1.12.6",
    "mocha": "^3.4.2",
    "sinon": "^2.3.2",
    "sinon-chai": "^2.8.0"
  },
  "scripts": {
    "build": "coffee --compile --map --output dist/ src/*.coffee",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/octoblu/meshblu-encryption.git"
  },
  "keywords": [
    "IoT",
    "Meshblu",
    "encryption"
  ],
  "author": "octoblu <serveradmin@octoblu.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/octoblu/meshblu-encryption/issues"
  },
  "homepage": "https://github.com/octoblu/meshblu-encryption#readme"
}