{
  "name": "shortcake-bakery",
  "version": "0.0.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/fusioneng/shortcake-bakery.git"
  },
  "main": "Gruntfile.js",
  "author": "Fusion Engineering <tech@fusion.net>",
  "devDependencies": {
    "browserify-shim": "^3.8.12",
    "grunt": "~0.4.0",
    "grunt-browserify": "^5.0.0",
    "grunt-contrib-clean": "^0.4.0",
    "grunt-contrib-rename": "^0.0.3",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-phpcs": "^0.4.0",
    "grunt-sass": "^2.0.0",
    "grunt-wget": "^0.1.3",
    "grunt-wp-i18n": "^0.5.0",
    "grunt-wp-readme-to-markdown": "~2.0.1",
    "grunt-zip": "^0.17.1"
  },
  "browserify": {
    "transform": [
      "browserify-shim"
    ]
  },
  "browserify-shim": {
    "jquery": "global:jQuery",
    "wp": "global:wp",
    "underscore": "global:_",
    "ShortcakeBakery": "global:ShortcakeBakery",
    "Backbone": {
      "exports": "global:Backbone",
      "depends": [
        "jquery",
        "underscore"
      ]
    }
  }
}
