{
  "name": "my-battle-backbone-app",
  "version": "1.0.0",
  "description": "Your application name",
  "main": "index.html",

  "scripts": {
    "test": "mocha"
  },

  "repository": {
    "type": "git",
    "url": ""
  },
  
  "author": "Your name <yourmail@...>",
  "license": "MIT",

  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-coffee": "^0.13.0",
    "grunt-contrib-connect": "^0.10.1",
    "grunt-contrib-copy": "^0.8.0",
    "grunt-contrib-requirejs": "^0.4.4",
    "grunt-open": "^0.2.3",
    "load-grunt-tasks": "^3.2.0",
    "grunt-contrib-watch": "^0.6.1"
  },

  "dependencies": {
    "backbone": "^1.2.1",
    "backbone.marionette": "^2.4.1",
    "backbone.radio": "^0.9.0",
    "i18n": "git+https://github.com/requirejs/i18n.git",
    "jquery": "^2.1.4",
    "lodash": "^3.9.3",
    "require-css": "^0.1.8",
    "requirejs": "^2.1.18",
    "requirejs-text": "^2.0.12"
  }
}
