view plugins/contextmenu/composer.json @ 27:e097905863b9

turn off logging
author Charlie Root
date Sun, 28 Jan 2018 11:37:00 -0500
parents 1e000243b222
children
line wrap: on
line source

{
  "name": "johndoh/contextmenu",
  "description": "Adds context menus with common tasks to various parts of Roundcube",
  "keywords": ["context","menu","right-click"],
  "homepage": "http://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/",
  "license": "GPL-3.0",
  "type": "roundcube-plugin",
  "version": "2.3",
  "authors": [
    {
      "name": "Philip Weir",
      "email": "roundcube@tehinterweb.co.uk",
      "role": "Developer"
    }
  ],
  "repositories": [
    {
      "type": "composer",
      "url": "http://plugins.roundcube.net"
    }
  ],
  "require": {
    "php": ">=5.2.1",
    "roundcube/plugin-installer": ">=0.1.2"
  },
  "extra": {
    "roundcube": {
      "min-version": "1.3"
    }
  }
}