{
  "name": "hyperbone-model",
  "version": "0.5.10",
  "description": "Hypermedia extensions and nesting for Backbone Models",
  "main": "index.js",
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "backbone-model": "1.0.6",
    "backbone-collection": "1.0.6",
    "underscore": "1.4.4",
    "uritemplate": "~0.3.4"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/green-mesa/hyperbone-model"
  },
  "keywords": [
    "grunt"
  ],
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-browserify" : "~1.3.0",
    "grunt-mocha-test": "~0.11.0",
    "grunt-mocha-phantomjs": "~0.3.0",
    "grunt-contrib-jshint": "~0.6.4",
    "grunt-contrib-watch": "~0.5.3",
    "chai": "~1.9.0",
    "mocha": "~1.17.1"
  },
  "testling" : {
    "harness" : "mocha-bdd",
    "files" : "test/test.js",
    "browsers" : [
      "ie8", "ie9", "ie10", "ie11",
      "ff/latest", "ff/nightly",
      "chrome/latest", "chrome/canary",
      "opera/latest", "opera/next",
      "safari/latest"
    ]
  },
  "author": "template",
  "license": "MIT",
  "readmeFilename": "Readme.md"
}
