{
  "name": "js-encrypt",
  "version": "2.3.4",
  "description": "A Javascript library to perform OpenSSL RSA Encryption, Decryption, and Key Generation.",
  "main": "./bin/jsencrypt.js",
  "scripts": {
    "build": "cross-env BABEL_ENV=commonjs babel src --out-dir bin",
    "prepublish": "npm run build"
  },
  "files": [
    "lib",
    "src",
    "bin"
  ],
  "contributors": [
    {
      "name": "Travis Tidwell",
      "email": "travis@form.io",
      "url": "http://github.com/travist"
    },
    {
      "name": "Antonio",
      "url": "https://github.com/zoloft"
    },
    {
      "name": "Julio",
      "url": "https://github.com/jmgaya"
    },
    {
        "name": "Michael Toth",
        "url": "https://github.com/miketoth"
    }
  ],
  "homepage": "http://www.travistidwell.com/jsencrypt",
  "repository": {
    "type": "git",
    "url": "git://github.com/miketoth/jsencrypt.git"
  },
  "bugs": {
    "url": "http://github.com/miketoth/jsencrypt/issues"
  },
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-cli": "^6.14.0",
    "babel-eslint": "^7.0.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-stage-2": "^6.13.0",
    "chai": "^3.5.0",
    "cross-env": "^3.0.0",
    "eslint": "^3.6.0",
    "eslint-config-airbnb": "^13.0.0",
    "eslint-plugin-import": "^2.0.0",
    "eslint-plugin-jsx-a11y": "^2.2.2",
    "eslint-plugin-react": "^6.3.0",
    "istanbul": "^1.0.0-alpha",
    "mocha": "^3.0.2"
  },
  "dependencies": {}
}
