{
  "name": "bb-collection-view",
  "version": "3.0.0",
  "description": "Easily render backbone.js collections with support for automatic selection of models in response to clicks, reordering models via drag and drop, and more.",
  "main": "dist/backbone.collectionView.js",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-compress": "^0.13.0",
    "grunt-contrib-concat": "^0.5.1",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-contrib-uglify": "^0.9.1"
  },
  "keywords": [
    "backbone",
    "collection",
    "view"
  ],
  "style": "base.css",
  "scripts": {
    "test": "open test/index.html"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rotundasoftware/backbone.collectionView.git"
  },
  "author": {
    "name": "Rotunda Software"
  },
  "license": "MIT",
  "readmeFilename": "README.md",
  "dependencies": {
    "backbone": "^1.2.3",
    "jquery": "^3.2.1",
    "jquery-ui": "^1.10.1"
  }
}
