{
  "name": "node-snapshot",
  "buildName": "snapshot",
  "version": "0.4.8",
  "description": "Node.js app for slicing and dicing ~100,000 models in <5ms with easy sorting, paginating, and filtering.",
  "scripts": {
    "test": "grunt test",
    "start": "node example/server/default.js",
    "preinstall": "npm install --ignore-scripts",
    "postinstall": "bower install; grunt build:production"
  },
  "main": "dist/snapshot.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/Wildhoney/Snapshot.js.git"
  },
  "author": "Adam Timberlake",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Wildhoney/Snapshot.js/issues"
  },
  "dependencies": {
    "bower": "~1.3.2",
    "crossfilter": "~1.3.5",
    "express": "^4.0.0",
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-copy": "^0.4.1",
    "grunt-contrib-jshint": "^0.6.5",
    "grunt-contrib-uglify": "^0.2.7",
    "grunt-mocha-test": "^0.7.0",
    "grunt-ng-constant": "^0.5.0",
    "should": "^2.0.2",
    "socket.io": "^0.9.17",
    "socket.io-client": "^0.9.17",
    "underscore": "^1.5.2"
  }
}