talyssonoc/backbone-dispatcher

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "backbone-dispatcher",
  "version": "0.0.9",
  "authors": [
    "talyssonoc <talyssonoc@gmail.com>"
  ],
  "description": "A Flux dispatcher for using with Backbone",
  "main": "dist/backbone.dispatcher.js",
  "keywords": [
    "flux",
    "backbone",
    "backbonejs"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/talyssonoc/backbone-dispatcher"
  },
  "bugs": {
    "url": "https://github.com/talyssonoc/backbone-dispatcher/issues"
  },
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests",
    "example",
    "src"
  ],
  "dependencies": {
    "underscore": "~1.7.0",
    "backbone": "~1.1.2"
  }
}