{
  "bitwise": false,
  "curly": true,
  "eqeqeq": true,
  "forin": true,
  "funcscope": true,
  "futurehostile": true,
  "globals": {
    "Config": true,
    "cryptolib": true,
    "cryptolibPolicies": true,
    "cryptoPRNG": true,
    "forge": true,
    "module": true,
    "exports": true,
    "require": true,
    "process": true
  },
  "immed": true,
  "indent": 4,
  "iterator": true,
  "latedef": "false",
  "laxbreak": true,
  "maxcomplexity": 0,
  "maxdepth": 10,
  "maxparams": 20,
  "maxstatements": 100,
  "newcap": true,
  "noempty": true,
  "noarg": true,
  "nonbsp": true,
  "nonew": true,
  "notypeof": true,
  "strict": true,
  "undef": true,
  "unused": true,
  "browser": true,
  "jasmine": true,
  "jquery": true
}