{
  "name": "video-base-plugin",
  "version": "1.0.0",
  "description": "Video base plugin for wordpress",
  "author": "Red Balloon",
  "license": "GPL",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/redballoonio/video-plugin.git"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "~0.10.0",
    "grunt-contrib-less": "^1.4.0",
    "grunt-contrib-nodeunit": "~0.4.1",
    "jit-grunt": "^0.10.0",
    "less-plugin-autoprefix": "^1.5.1",
    "less-plugin-group-css-media-queries": "^1.1.1",
    "less-plugin-clean-css": "1.3.1",
    "babel-core": "^6.0.0",
    "babel-plugin-transform-runtime": "^6.0.0",
    "babel-preset-es2015": "^6.0.0",
    "babel-preset-stage-2": "^6.0.0",
    "babel-runtime": "^5.8.0",
    "babelify": "^7.2.0",
    "browserify": "^12.0.1",
    "browserify-hmr": "^0.3.1",
    "grunt-browserify": "^5.0.0",
    "grunt-contrib-uglify": "^0.5.1",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-env": "^0.4.4",
    "uglify-js": "^2.5.0",
    "watchify": "^3.4.0",
    "babel-polyfill": "^6.23.0"
  },
  "dependencies": {
    "jquery": "^3.2.1"
  },
  "browserify": {
    "transform": [
      "babelify"
    ]
  }
}