{
  "name": "s3rgiosan/wpsmartlook",
  "description": "Easy integration of Smartlook into your WordPress website.",
  "type": "wordpress-plugin",
  "keywords": [
    "wordpress",
    "plugin"
  ],
  "homepage": "https://github.com/s3rgiosan/wpsmartlook/",
  "license": "GPL-2.0+",
  "require": {
    "composer/installers": "~1.0",
    "dg/composer-cleaner": "^1.1",
    "php": ">=7.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^6.5",
    "10up/wp_mock": "dev-dev"
  },
  "authors": [],
  "autoload": {
    "psr-4": {
      "s3rgiosan\\WP\\Plugin\\Smartlook\\": "lib/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "s3rgiosan\\WP\\Plugin\\Smartlook\\Tests\\": "tests/"
    }
  },
  "minimum-stability": "stable",
  "config": {
    "sort-packages": true
  }
}
