backbone.select
Version:
Selecting Backbone models; handling selections in Backbone collections.
42 lines (41 loc) • 839 B
JSON
{
"name": "backbone.select",
"version": "2.1.0",
"homepage": "https://github.com/hashchange/backbone.select",
"authors": [
"Michael Heim <heim@zeilenwechsel.de>",
"Derick Bailey <derickbailey@gmail.com>"
],
"description": "Selecting Backbone models; handling selections in Backbone collections.",
"main": "dist/backbone.select.js",
"keywords": [
"backbone",
"picky",
"selection",
"select",
"models",
"collections"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"public",
"reports",
"demo",
"lib-other",
"web-mocha",
"spec",
"src",
"Gruntfile.js",
"karma.conf.js",
"package.json"
],
"dependencies": {
"underscore": "^1.5.0 <1.9.0",
"backbone": "^1.0.0 <1.4.0"
}
}