forked from rotundasoftware/backbone.collectionView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 954 Bytes
/
package.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
25
{
"name": "Backbone.CollectionView",
"version": "0.6.1",
"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": "Gruntfile.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"
},
"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"
}