{
  "name": "backbone.async",
  "version": "1.4.0",
  "description": "Backbone Models meet Promises",
  "author": "Emmanuel Antico <emmanuel.antico@gmail.com>",
  "license": "MIT",
  "main": "dist/backbone.async.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/emaphp/backbone.async"
  },
  "dependencies": {
    "backbone": ">=1.1.2",
    "underscore": ">=1.6.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "grunt": "^1.0.1",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-uglify": "^1.0.1",
    "jquery": "^2.2.4",
    "jshint": "^2.9.2",
    "mocha": "^2.5.3",
    "mocha-phantomjs": "^4.1.0",
    "phantom": "^2.1.7",
    "phantomjs": "^2.1.7",
    "promise-polyfill": "^5.2.1"
  },
  "scripts": {
    "test": "mocha-phantomjs test/test.html"
  }
}
