-
Notifications
You must be signed in to change notification settings - Fork 27
/
bower.json
24 lines (24 loc) · 910 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name" : "backbone.collectionView",
"homepage": "http://rotundasoftware.github.io/backbone.collectionView/",
"repository": {
"type": "git",
"url": "https://github.com/rotundasoftware/backbone.collectionView"
},
"authors": [
"David Beck <[email protected]>"
],
"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",
"keywords": [
"backbone",
"views",
"view"
],
"license": "MIT",
"dependencies": {
"backbone" : "~1.0",
"jquery" : "~1.9.1",
"jqueryui" : "~1.10.1"
}
}