{
  "name": "snapshot.js",
  "version": "0.4.8",
  "description": "Node.js app for slicing and dicing ~100,000 models in <5ms with easy sorting, paginating, and filtering.",
  "homepage": "https://github.com/Wildhoney/Snapshot.js",
  "authors": [
    "Adam Timberlake <adam.timberlake@gmail.com>"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "socket.io-client": "~0.9.16",
    "angular": "~1.0.8",
    "jquery": "~2.0.3",
    "semantic": "~0.12.3"
  }
}