backbone.cycle
Version:
Navigating and selecting Backbone Models and Collections.
42 lines (41 loc) • 820 B
JSON
{
"name": "backbone.cycle",
"version": "3.0.0",
"homepage": "https://github.com/hashchange/backbone.cycle",
"authors": [
"Michael Heim <heim@zeilenwechsel.de>"
],
"description": "Navigating and selecting Backbone Models and Collections.",
"main": "dist/backbone.cycle.js",
"keywords": [
"backbone",
"picky",
"selection",
"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"
],
"devDependencies": {},
"dependencies": {
"underscore": "^1.5.0 <1.9.0",
"backbone": "^1.0.0 <1.4.0",
"backbone.select": "^2.1.0"
}
}