bb-collection-view
Advanced tools
Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "bb-collection-view", | ||
"version": "0.9.0", | ||
"description": "A backbone view class that renders a collection of models. This class is similar to the collection view classes found in [Backbone.Marionette](https://github.com/marionettejs/backbone.marionette) and other frameworks, with added features for automatic selection of models in response to clicks, and support for rearranging models (and reordering the underlying collection) through drag and drop.", | ||
"main": "dist/backbone.collectionView.js", | ||
"devDependencies": { | ||
"grunt": "~0.4.1", | ||
"grunt-contrib-concat": "~0.2.0", | ||
"grunt-contrib-uglify": "~0.2.0", | ||
"grunt-contrib-jshint": "~0.4.3", | ||
"grunt-contrib-compress": "~0.4.10" | ||
}, | ||
"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" | ||
"name": "bb-collection-view", | ||
"version": "0.9.1", | ||
"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.1", | ||
"grunt-contrib-concat": "~0.2.0", | ||
"grunt-contrib-uglify": "~0.2.0", | ||
"grunt-contrib-jshint": "~0.4.3", | ||
"grunt-contrib-compress": "~0.4.10" | ||
}, | ||
"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" | ||
} |
1086116