{ "name": "libsignal-protocol", "repository": "https://github.com/WhisperSystems/libsignal-protocol-javascript.git", "version": "1.3.0", "license": "GPL-3.0", "dependencies": { "long": "^3.1.0", "bytebuffer": "^3.5.5", "protobufjs": "5.0.1" }, "devDependencies": { "blanket": "1.1.7", "chai": "^3.5.0", "grunt": "^0.4.5", "grunt-cli": "^0.1.13", "grunt-contrib-concat": "^0.5.0", "grunt-contrib-connect": "^0.9.0", "grunt-contrib-jshint": "^1.1.0", "grunt-contrib-sass": "^0.8.1", "grunt-contrib-watch": "^0.6.1", "grunt-jscs": "^1.1.0", "grunt-preen": "^1.0.0", "grunt-saucelabs": "^8.3.3", "jquery": "^2.2.3", "mocha": "^2.4.5" }, "scripts": { "test": "grunt test", "lint": "grunt jshint" } }