UNPKG

jetfuel-blackbox

Version:

Currently, BlackBox is a boilerplate client-side application framework, built on top of the JetFuel build system and Grunt, Backbone, RequireJS, JetRunner unit test server (Mocha BDD/TDD test framework + PhantomJS + SauceLabs cloud integration), Dust (and Plate Django port) for templating (both client and server-side), Sass, Express dynamic web server, etc. BlackBox is the template used for JetFuel's basic `init` command.

46 lines (43 loc) 920 B
{ "options":{ "browser": true, "curly": true, "laxcomma": true, "multistr": true, "immed": true, "latedef": true, "camelcase": true, "expr": true, "noarg": true, "strict": true, "quotmark": true, "sub": true, "shadow": true, "undef": true, "eqnull": true, "noempty": true, "es5": true, "validthis": true, "devel": true, "jquery": true, "nonew": true }, "globals": { "require": false, "define": false, "after": false, "afterEach": false, "before": false, "beforeEach": false, "describe": false, "it": false, "setup": false, "suite": false, "teardown": false, "test": false, "expect": false, "mocha": false, "sinon": false, "chai": false } }