UNPKG

backbone.facetr

Version:

A library to perform faceted search on Backbone collections

54 lines (53 loc) 1.43 kB
{ "name": "backbone.facetr", "description": "A library to perform faceted search on Backbone collections", "version": "0.4.3", "homepage": "https://github.com/arillo/Backbone.Facetr", "license": "MIT", "keywords": [ "backbone", "collection", "facet", "facets", "faceted classification" ], "author": { "name": "Francesco Macri", "company": "Arillo GmbH", "email": "fm@arillo.net", "web": "http://arillo.net" }, "repository": { "type": "git", "url": "git://github.com/arillo/Backbone.Facetr.git" }, "scripts": { "test": "grunt lint --verbose && grunt test --verbose", "ci": "grunt ci --verbose" }, "dependencies": { "underscore": ">=1.3.1", "backbone": ">=0.9.2" }, "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-jasmine": "^0.9.1", "grunt-contrib-jshint": "^0.11.2", "grunt-contrib-uglify": "^0.9.1", "grunt-coveralls": "^1.0.0", "grunt-karma": "^0.12.0", "grunt-karma-coveralls": "^2.5.4", "grunt-rigger": "^0.6.0", "jasmine-core": "^2.3.4", "karma": "^0.13.9", "karma-chrome-launcher": "^0.2.0", "karma-coverage": "^0.5.0", "karma-firefox-launcher": "^0.1.6", "karma-ie-launcher": "^0.2.0", "karma-jasmine": "^0.3.6", "karma-opera-launcher": "^0.3.0", "karma-phantomjs-launcher": "^0.2.1", "karma-safari-launcher": "^0.1.1", "phantomjs": "^1.9.18" } }