{ "name": "backbone.marionette", "description": "Make your Backbone.js apps dance!", "version": "2.4.7", "homepage": "https://github.com/marionettejs/backbone.marionette", "main": "lib/core/backbone.marionette.js", "keywords": [ "backbone", "plugin", "marionette", "composite", "architecture", "single", "page", "app", "client", "browser" ], "licenses": [ { "type": "MIT", "url": "https://github.com/marionettejs/backbone.marionette/blob/master/license.txt" } ], "scripts": { "test": "grunt test --mocha-reporter=dot", "coverage": "grunt coverage --mocha-reporter=dot" }, "author": { "name": "Derick Bailey", "email": "derickbailey@gmail.com", "url": "http://derickbailey.lostechies.com" }, "bugs": { "url": "https://github.com/marionettejs/backbone.marionette/issues" }, "repository": { "type": "git", "url": "https://github.com/marionettejs/backbone.marionette.git" }, "github": "https://github.com/marionettejs/backbone.marionette", "dependencies": { "backbone.babysitter": "^0.1.0", "backbone.wreqr": "^1.0.0", "backbone": "1.0.0 - 1.3.x", "underscore": "1.4.4 - 1.8.3" }, "devDependencies": { "chai": "3.4.1", "chai-jq": "0.0.9", "chai-jquery": "2.0.0", "dox": "git://github.com/jasonLaster/dox.git#marked", "grunt": "0.4.5", "grunt-cli": "0.1.13", "grunt-contrib-clean": "0.7.0", "grunt-contrib-concat": "0.5.1", "grunt-contrib-connect": "0.11.2", "grunt-contrib-jshint": "0.11.3", "grunt-contrib-uglify": "1.0.1", "grunt-contrib-watch": "0.6.1", "grunt-coveralls": "1.0.0", "grunt-env": "0.4.4", "grunt-istanbul": "0.6.1", "grunt-jscs": "2.6.0", "grunt-lintspaces": "0.7.1", "grunt-mocha-test": "0.12.7", "grunt-plato": "1.2.1", "grunt-preprocess": "5.0.1", "grunt-template": "0.2.3", "highlight.js": "9.1.0", "jquery": "2.2.0", "js-yaml": "3.5.2", "jsdom": "3.1.2", "load-grunt-tasks": "3.4.0", "marked": "0.3", "mocha": "2.3.4", "sinon": "1.10.3", "sinon-chai": "2.8.0", "unwrap": "0.1.0", "grunt-yaml-validate": "~0.1.1" } }