{
  "name": "axolotl",
  "version": "1.3.0",
  "description": "An indepedent JavaScript implementation of Axolotl. Axolotl is a ratcheting forward secrecy protocol.",
  "main": "dist/axolotl.js",
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "blanket": "^1.1.6",
    "bytebuffer": "^3.5.4",
    "chai": "~1.10.0",
    "chai-as-promised": "^4.1.1",
    "co": "^4.1.0",
    "grunt": "~0.4.5",
    "grunt-blanket": "0.0.8",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-concat": "~0.5.0",
    "grunt-contrib-copy": "^0.7.0",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-jscs": "~1.1.0",
    "grunt-karma": "^0.10.1",
    "grunt-mocha-test": "~0.12.4",
    "grunt-pure-cjs": "^1.4.0",
    "grunt-traceur": "^0.5.1",
    "karma": "^0.12.31",
    "karma-chai": "^0.1.0",
    "karma-firefox-launcher": "^0.1.4",
    "karma-mocha": "^0.1.10",
    "long": "^2.2.3",
    "mocha": "~2.1.0",
    "mocha-traceur": "^2.1.0",
    "requirejs-browser": "^2.1.9",
    "sinon": "~1.12.2"
  },
  "scripts": {
    "test": "grunt test"
  },
  "keywords": [
    "axolotl",
    "textsecure"
  ],
  "author": "Joe Bandenburg <joe@bandenburg.com>",
  "license": "LGPLv3",
  "repository": {
    "type": "git",
    "url": "http://github.com/joebandenburg/libaxolotl-javascript.git"
  },
  "dependencies": {
    "axolotl-crypto": "^1.1.0",
    "protobufjs": "~3.8.2",
    "traceur": "0.0.84"
  }
}
