{ "name": "kirki-framework/url-getter", "type": "library", "description": "Helper component to get the URL of a file in WordPress.", "keywords": ["wordpress"], "homepage": "https://aristath.github.io/kirki", "license": "MIT", "authors": [ { "name": "Ari Stathopoulos", "email": "aristath@gmail.com", "homepage": "http://aristath.github.io", "role": "Developer" } ], "require": { "php": ">=5.6" }, "autoload": { "psr-4": { "Kirki\\": "src" } } }