{
  "name": "upstatement/timber-starter-theme",
  "description": "Starter theme to build a Timber theme",
  "type": "wordpress-theme",
  "minimum-stability": "stable",
  "authors": [{
    "name": "jarednova",
    "email": "jared@upstatement.com"
  }],
  "repositories": [{
    "type": "composer",
    "url": "https://wpackagist.org"
  }],
  "extra": {
    "installer-paths": {
      "../../plugins/{$name}/": [
        "wpackagist-plugin/*",
        "type:wordpress-plugin"
      ]
    }
  },
  "require": {
    "facebook/graph-sdk": "^5.6",
    "j7mbo/twitter-api-php": "^1.0",
    "google/apiclient": "^2.2"
  }
}
