{
  "name": "runtime-node-crypto",
  "version": "0.0.20",
  "description": "A Node compatible Crypto module for runtimejs",
  "main": "index.js",
  "scripts": {
    "test": "node test/run.js"
  },
  "dependencies": {
    "base64-js": "0.0.8",
    "crypto-js": "*",
    "browserify-aes": "^1.0.2",
    "browserify-sign": "^3.0.2",
    "create-hmac": "^1.1.3",
    "diffie-hellman": "*",
    "sha.js": "^2.4.2",
    "sodium-browserify": "facekapow/sodium-browserify"
  },
  "license": "MIT",
  "peerDependencies": {
    "runtimejs": ">=0.1.25"
  },
  "homepage": "https://github.com/facekapow/runtime-node-crypto#readme",
  "bugs": {
    "url": "https://github.com/facekapow/runtime-node-crypto/issues"
  },
  "keywords": [
    "runtime",
    "runtimejs",
    "node-crypto",
    "crypto",
    "runtime-crypto",
    "runtime-node-crypto"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/facekapow/runtime-node-crypto.git"
  },
  "author": "facekapow <facekapow@outlook.com>"
}
