{ "name": "aok", "description": "Extensible test suite API.", "version": "1.9.0", "homepage": "https://github.com/ryanve/aok", "license": "MIT", "author": "Ryan Van Etten", "keywords": ["testing", "test suite", "performance", "javascript", "ender", "browser", "server"], "main": "./aok.js", "ender": "noop", "repository": { "type": "git", "url": "https://github.com/ryanve/aok.git" }, "devDependencies": { "universal": "~0.1.0", "grunt-contrib-uglify": "~0.4.0", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-jshint": "~0.9.0" }, "jshintConfig": { "asi": false, "boss": true, "browser": true, "debug": true, "devel": true, "eqnull": true, "evil": true, "expr": true, "globals": {}, "jquery": false, "lastsemic": 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, "worker": true } }