{ "name": "universal", "description": "UMD grunt-init template", "version": "0.1.1", "homepage": "https://github.com/ryanve/universal", "license": "MIT", "author": "Ryan Van Etten", "keywords": ["umd", "template", "boilerplate"], "repository": { "type": "git", "url": "https://github.com/ryanve/universal.git" }, "devDependencies": { "grunt-contrib-jshint": "~0.9.0" }, "jshintConfig": { "boss": true, "debug": true, "devel": true, "eqnull": true, "expr": true, "globals": { "define": true }, "latedef": "nofunc", "laxcomma": true, "maxcomplexity": 15, "maxerr": 10, "maxlen": 115, "maxparams": 4, "node": true, "sub": true, "supernew": true, "trailing": true, "undef": true, "unused": true } }