backbone-sortable-collection
Version:
Add sorting functionalites to Backbone Collections
31 lines (30 loc) • 644 B
JSON
{
"name": "backbone-sortable-collection",
"description": "Add sorting functionalites to Backbone Collections",
"license": "MIT",
"authors": ["Holman Gao <holman@golmansax.com>"],
"main": "lib/backbone_sortable_collection.js",
"repository": {
"type": "git",
"url": "http://github.com/golmansax/backbone-sortable-collection.git"
},
"keywords": [
"backbone",
"sort",
"collection",
"reverse",
"multi-sort"
],
"ignore": [
"test/",
"Makefile",
"coverage",
".jshintrc",
".jscsrc",
".travis.yml"
],
"dependencies": {
"backbone": "latest",
"underscore": "latest"
}
}