jridgewell/minionette

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "minionette",
  "version": "1.7.0",
  "description": "A Mini Marionette for Backbone.js",
  "main": "lib/minonette.js",
  "scripts": {
    "test": "grunt travis"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jridgewell/minionette.git"
  },
  "keywords": [
    "backbone",
    "minionette"
  ],
  "author": "Justin Ridgewell",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jridgewell/minionette/issues"
  },
  "dependencies": {
    "backbone": "~1.0",
    "jquery": ">=1.7.0",
    "underscore": ">=1.7.0 <2.0"
  },
  "devDependencies": {
    "grunt": "~0.4.3",
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-contrib-uglify": "~0.4.0",
    "grunt-indent": "~0.1.4",
    "grunt-karma": "~0.8.0",
    "grunt-karma-coveralls": "~2.4.0",
    "grunt-plato": "~1.0.0",
    "grunt-preprocess": "~4.0.0",
    "karma-coverage": "~0.2.0",
    "karma-mocha": "~0.1.1",
    "karma-phantomjs-launcher": "~0.1.2",
    "load-grunt-tasks": "^1.0.0",
    "mocha": "~1.17.1"
  }
}