{
  "name": "bp-lock",
  "version": "2.0.0",
  "description": "Private Community plugin for WordPress",
  "main": "gruntfile.js",
  "scripts": {
    "build": "grunt build",
    "package": "grunt package",
    "watch": "grunt watch",
    "rtl": "grunt rtl",
    "pot": "grunt makepot",
    "translate": "grunt translate"
  },
  "keywords": [
    "wordpress",
    "buddypress",
    "private",
    "community",
    "protection"
  ],
  "author": "Wbcom Designs",
  "license": "GPL-2.0+",
  "devDependencies": {
    "grunt": "^1.6.1",
    "grunt-contrib-clean": "^2.0.1",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-cssmin": "^5.0.0",
    "grunt-contrib-uglify": "^5.2.2",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-rtlcss": "^2.0.2",
    "grunt-wp-i18n": "^1.0.3",
    "grunt-zip": "^0.18.2",
    "load-grunt-tasks": "^5.1.0"
  }
}