{
  "name": "backbone.epoxy",
  "version": "1.3.4",
  "description": "Elegant data binding for Backbone.js",
  "homepage": "http://epoxyjs.org",
  "url": "http://epoxyjs.org",
  "main": "backbone.epoxy.js",
  "keywords": [
    "backbone",
    "plugin",
    "model",
    "view",
    "binding",
    "data"
  ],
  "author": {
    "name": "Greg MacWilliam",
    "email": "greg.macwilliam@threespot.com",
    "web": "https://github.com/gmac"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gmac/backbone.epoxy.git"
  },
  "github": "https://github.com/gmac/backbone.epoxy",
  "license": "MIT",
  "dependencies": {
    "underscore": ">=1.4.3",
    "backbone": ">=0.9.9",
    "jquery": ">=1.11.0"
  },
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-contrib-uglify": "~0.1.2",
    "grunt-mocha-phantomjs": "^0.5.0",
    "mocha": "~1.17.0",
    "phantomjs": "^1.9.1",
    "chai": "~1.8.1"
  },
  "jam": {
    "dependencies": {
      "jquery": ">=1.11.0",
      "underscore": ">=1.4.3",
      "backbone": ">=0.9.9"
    },
    "main": "backbone.epoxy.js",
    "include": [
      "backbone.epoxy.js",
      "readme.md"
    ]
  }
}
