{
  "name": "backbone.syphon",
  "version": "0.8.0",
  "description": "Serialize a Backbone.View in to a JavaScript object.",
  "main": "./lib/backbone.syphon.js",
  "homepage": "https://github.com/marionettejs/backbone.syphon",
  "keywords": [
    "backbone",
    "serialize",
    "client",
    "browser"
  ],
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/marionettejs/backbone.syphon/blob/master/LICENSE.md"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/marionettejs/backbone.syphon.git"
  },
  "bugs": {
    "url": "https://github.com/marionettejs/backbone.syphon/issues"
  },
  "author": {
    "name": "Derick Bailey",
    "email": "derickbailey@gmail.com",
    "url": "http://derickbailey.lostechies.com"
  },
  "scripts": {
    "build": "grunt build",
    "bower": "bower install",
    "test": "grunt test --mocha-reporter=dot",
    "coverage": "grunt coverage --mocha-reporter=dot"
  },
  "peerDependencies": {
    "backbone": "1.3.3",
    "jquery": ">=1.8.0 || <= 3.1.x",
    "lodash": "^4.16.6",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "backbone": "1.3.3",
    "bower": "^1.4.1",
    "chai": "^3.5.0",
    "chai-jquery": "^2.0.0",
    "grunt": "^0.4.5",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-clean": "^0.5.0",
    "grunt-contrib-concat": "^0.5.1",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-uglify": "^0.4.0",
    "grunt-contrib-watch": "0.6.1",
    "grunt-jscs": "^1.5.0",
    "grunt-lintspaces": "0.7.0",
    "grunt-mocha-test": "^0.13.2",
    "grunt-preprocess": "^4.0.0",
    "grunt-template": "^0.2.3",
    "jquery": "^3.1.1",
    "jsdom": "^9.8.3",
    "load-grunt-tasks": "^0.4.0",
    "mocha": "^3.1.2",
    "sinon": "^1.17.6",
    "sinon-chai": "^2.8.0",
    "underscore": "^1.8.3"
  }
}
