wp-ffpc/composer.json

11 lines
350 B
JSON
Raw Normal View History

2015-02-19 13:05:33 +00:00
{
"name": "petermolnar/wp-ffpc",
"type": "wordpress-plugin",
"homepage": "https://github.com/petermolnar/wp-ffpc",
"license": "GPLv3",
"description": "WordPress Plugin WP-FFPC",
"keywords": ["plugin", "cache", "page cache", "full page cache", "nginx", "memcached", "apc", "speed"],
"require": {
"composer/installers": "~1.0.0"
}
}