{
  "name": "backbone.projections",
  "version": "1.0.0",
  "description": "Various projections for Backbone.Collection",
  "main": "lib/index.js",
  "dependencies": {
    "backbone": "~1.0.0",
    "underscore": "~1.5.0"
  },
  "devDependencies": {
    "coffee-script": "~1.6.x",
    "mocha": "",
    "chai": "",
    "jsdom": "",
    "jquery": "",
    "jqueryify": "",
    "semver": "",
    "phantomjs": "",
    "mocha-phantomjs": "~1.1.2",
    "module-deps": "",
    "browser-pack": "",
    "through": "",
    "umd": ""
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/andreypopp/backbone.projections.git"
  },
  "homepage": "https://github.com/andreypopp/backbone.projections",
  "keywords": [
    "browser",
    "backbone",
    "model",
    "collection",
    "projection",
    "capped",
    "filtered",
    "data",
    "mvc"
  ],
  "author": {
    "name": "Andrey Popp",
    "email": "8mayday@gmail.com",
    "url": "http://andreypopp.com"
  },
  "license": "MIT"
}