{
  "name": "libsignal-protocol-nodejs",
  "repository": "https://github.com/manbearpixel/libsignal-protocol-nodejs",
  "description": "Libsignal Protocol Library for node and browsers",
  "author": "manbearpixel",
  "contributors": [
    "elsehow",
    "liliakai"
  ],
  "version": "0.1.4",
  "main": "src/main.js",
  "license": "GPL-3.0",
  "scripts": {
    "build": "grunt build",
    "test": "grunt test",
    "lint": "grunt jshint"
  },
  "dependencies": {
    "bytebuffer": "^5.0.1",
    "chai": "^4.1.0",
    "long": "^3.2.0",
    "node-webcrypto-ossl": "^1.0.30",
    "protobufjs": "^5.0.1",
    "tiny-worker": "^2.1.1",
    "webworkify": "^1.4.0"
  },
  "devDependencies": {
    "chai": "^4.1.0",
    "grunt": "^1.0.1",
    "grunt-browserify": "^5.0.0",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-connect": "^1.0.2",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-jscs": "^3.0.1",
    "grunt-mocha-test": "^0.13.2",
    "grunt-preen": "~1.2.0 ",
    "grunt-saucelabs": "^9.0.0",
    "mocha": "~5.2.0",
    "minimatch": "~3.0.2",
    "tar": "^2.0.0",
    "qs": "^6.6.0",
    "https-proxy-agent": "^2.2.1"
  }
}
