{
  "name": "e3x",
  "description": "End-to-End Encrypted eXchange",
  "homepage": "https://github.com/telehash/e3x-js",
  "version": "0.2.3",
  "dependencies": {
    "debug": "^2.2.0",
    "subtle": "^0.1.2",
    "ecc-jsbn": "git+https://github.com/rynomad/ecc-jsbn.git",
    "hashname": "git+https://github.com/telehash/hashname.git",
    "lob-enc": "git+https://github.com/telehash/lob-enc.git",
    "node-forge": "0.6.x",
    "tweetnacl": "^0.13.0"
  },
  "optionalDependencies": {
    "ursa": "^0.8.1",
    "ecc": "git+https://github.com/dazoe/ecc.git",
    "ecc-qj": "git+https://github.com/rynomad/ecc.git",
    "sodium": "1.0.x"
  },
  "devDependencies": {
    "chai": "*",
    "chext": "0.0.1",
    "glob": "^5.0.13",
    "gulp": "^3.9.0",
    "gulp-jsdoc": "^0.1.4",
    "gulp-mocha": "^2.1.2",
    "gulp-watch": "^4.2.4",
    "mocha": "*",
    "plato": "^1.5.0"
  },
  "scripts": {
    "test": "make test"
  },
  "browser": {
    "ecc": "ecc-jsbn",
    "ecc-qj": "ecc-jsbn",
    "./ciphers/1a/export.js": "./ciphers/1a/export.browser.js",
    "./ciphers/2a/export.js": "./ciphers/2a/export.browser.js",
    "./ciphers/3a/export.js": "./ciphers/3a/export.browser.js"
  },
  "browserify": {
    "transform": [
      "browserify-shim"
    ]
  },
  "browserify-shim": {
    "./forge.min.js": "forge"
  },
  "keywords": [
    "e3x",
    "e2e",
    "end-to-end",
    "encryption",
    "crypto",
    "p2p",
    "mesh",
    "browser"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/telehash/e3x-js.git"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/telehash/e3x-js/raw/master/LICENSE"
    }
  ],
  "author": {
    "name": "Jeremie Miller",
    "email": "jeremie@jabber.org",
    "url": "http://jeremie.com/"
  }
}
