{
  "bitwise": true,
  "camelcase": true,
  "curly": true,
  "enforceall": true,
  "eqeqeq": true,
  "es3": true,
  "forin": true,
  "freeze": true,
  "immed": true,
  "latedef": true,
  "newcap": true,
  "noarg": true,
  "nocomma": false,
  "noempty": true,
  "nonbsp": true,
  "nonew": true,
  "notypeof": true,
  "quotmark": true,
  "singleGroups": false,
  "undef": true,
  "unused": true,

  "browser": true,
  "eqnull": true,
  "debug": true,

  "maxcomplexity": 4,
  "maxdepth": 4,
  "maxerr": 50,
  "maxlen": 80,

  "indent": 2,
  "globals": {
    "afterEach": true,
    "beforeEach": true,
    "console": true,
    "define": true,
    "describe": true,
    "expect": true,
    "it": true,
    "jasmine": true,
    "module": true,
    "phantom": true,
    "process": true,
    "require": true,
    "requirejs": true,
    "spyOn": true,
    "xdescribe": true,
    "xit": true
  }
}