{
  "name": "video-central",
  "version": "1.2.4",
  "title": "Video Central",
  "description": "A flexible and powerful video plugin for WordPress",
  "author": "Franklin Gitonga <frank@radiumthemes.com>",
  "license": "GPLv2",
  "private": true,
  "browserify": {
    "transform": [
      "browserify-shim"
    ]
  },
  "browserify-shim": {
    "jquery": "global:jQuery",
    "underscore": "global:_",
    "wp": "global:wp",
    "video_central": "global:video_central",
    "backbone": {
      "exports": "global:Backbone",
      "depends": [
        "jquery",
        "underscore"
      ]
    }
  },
  "dependencies": {
    "grunt-browserify": "^5.2.0"
  },
  "devDependencies": {
    "autoprefixer": "^7.1.6",
    "browserify": "^14.4.0",
    "browserify-shim": "^3.8.12",
    "cssnano": "~3.10.0",
    "grunt": "^1.0.1",
    "grunt-checktextdomain": "^1.0.0",
    "grunt-contrib-compass": "^1.1.0",
    "grunt-contrib-cssmin": "^0.14.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-sass": "~1.0.0",
    "grunt-contrib-uglify": "^0.11.1",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-dev-update": "^1.4.0",
    "grunt-exorcise": "~2.1.1",
    "grunt-imagine": "^0.3.54",
    "grunt-postcss": "~0.9.0",
    "jit-grunt": "^0.10.0",
    "matchdep": "~1.0.1",
    "remapify": "2.1.0",
    "time-grunt": "^1.4.0"
  }
}
