backbone.cycle
Version:
Navigating and selecting Backbone Models and Collections.
63 lines (62 loc) • 1.93 kB
JSON
{
"name": "backbone.cycle",
"version": "3.0.0",
"homepage": "https://github.com/hashchange/backbone.cycle",
"bugs": "https://github.com/hashchange/backbone.cycle/issues",
"repository": {
"type": "git",
"url": "https://github.com/hashchange/backbone.cycle.git"
},
"author": "Michael Heim <heim@zeilenwechsel.de> (http://www.zeilenwechsel.de/)",
"description": "Navigating and selecting Backbone Models and Collections.",
"main": "dist/backbone.cycle.js",
"keywords": [
"backbone",
"picky",
"selection",
"models",
"collections"
],
"license": "MIT",
"dependencies": {
"backbone": "^1.0.0 <1.4.0",
"backbone.select": "^2.1.0",
"underscore": "^1.5.0 <1.9.0"
},
"devDependencies": {
"bower": "^1.7.9",
"connect-livereload": "~0.6.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-focus": "~1.0.0",
"grunt-karma": "~2.0.0",
"grunt-mocha": "~1.0.2",
"grunt-preprocess": "~5.1.0",
"grunt-sails-linker": "~0.10.1",
"grunt-text-replace": "~0.4.0",
"karma": "~1.3.0",
"karma-chai-plugins": "~0.8.0",
"karma-chrome-launcher": "~2.0.0",
"karma-firefox-launcher": "~1.0.0",
"karma-html2js-preprocessor": "~1.1.0",
"karma-ie-launcher": "~1.0.0",
"karma-mocha": "~1.2.0",
"karma-mocha-reporter": "~2.2.0",
"karma-opera-launcher": "~1.0.0",
"karma-phantomjs-launcher": "~1.0.2",
"karma-requirejs": "~1.1.0",
"karma-safari-launcher": "1.0.0",
"karma-script-launcher": "~1.0.0",
"karma-slimerjs-launcher": "~1.1.0",
"mocha": "~3.1.0",
"phantomjs-prebuilt": "^2.1.13",
"require-from-string": "^1.2.1",
"requirejs": "^2.3.2"
}
}