{
  "name": "libsignal",
  "version": "2.0.1",
  "description": "Open Whisper Systems' libsignal for Node.js",
  "repository": "ForstaLabs/libsignal-node",
  "main": "index.js",
  "keywords": [
    "signal",
    "whispersystems",
    "crypto"
  ],
  "license": "GPL-3.0",
  "dependencies": {
    "curve25519-js": "^0.0.4",
    "protobufjs": "6.8.8"
  },
  "files": [
    "src/*"
  ],
  "devDependencies": {
    "eslint": "6.0.1"
  }

,"_resolved": "git+https://github.com/adiwajshing/libsignal-node.git#11dbd962ea108187c79a7c46fe4d6f790e23da97"
,"_integrity": ""
,"_from": "libsignal@git+https://github.com/adiwajshing/libsignal-node.git"
}