backbone.select
Version:
Selecting Backbone models; handling selections in Backbone collections.
74 lines (73 loc) • 2.42 kB
JSON
{
"name": "backbone.select",
"version": "2.1.0",
"homepage": "https://github.com/hashchange/backbone.select",
"bugs": "https://github.com/hashchange/backbone.select/issues",
"repository": {
"type": "git",
"url": "https://github.com/hashchange/backbone.select.git"
},
"author": "Michael Heim <heim@zeilenwechsel.de> (http://www.zeilenwechsel.de/)",
"contributors": [
"Derick Bailey <derickbailey@gmail.com> (http://derickbailey.com/)",
"Rifat Nabi <rifat@facebook.com> (http://rifatnabi.com/)",
"Deni (https://github.com/yethee)",
"Liam McLennan (http://hackingon.net/)",
"Walther Lalk (https://github.com/dakota)",
"Jack Anderson <hi@janderson.me> (http://janderson.me/)",
"Aaron Brethorst (http://brethorsting.com/)",
"Marc Delagrammatikas (https://github.com/marcdel)"
],
"description": "Selecting Backbone models; handling selections in Backbone collections.",
"main": "dist/backbone.select.js",
"keywords": [
"backbone",
"picky",
"selection",
"select",
"models",
"collections"
],
"license": "MIT",
"dependencies": {
"backbone": "^1.0.0 <1.4.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-preprocess": "~5.1.0",
"grunt-sails-linker": "~0.10.1",
"grunt-text-replace": "~0.4.0",
"jasmine-core": "~2.5.1",
"jasmine-expect": "~3.0.1",
"karma": "~1.3.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-jasmine": "~1.0.2",
"karma-jasmine-matchers": "~3.0.1",
"karma-opera-launcher": "~1.0.0",
"karma-phantomjs-launcher": "~1.0.2",
"karma-qunit": "^1.2.1",
"karma-requirejs": "~1.1.0",
"karma-safari-launcher": "1.0.0",
"karma-script-launcher": "~1.0.0",
"karma-slimerjs-launcher": "~1.1.0",
"phantomjs-prebuilt": "^2.1.13",
"qunitjs": "^2.0.1",
"require-from-string": "^1.2.1",
"requirejs": "^2.3.1"
}
}