From 14c625aafff75c40c2c51ffd47956310f04233c3 Mon Sep 17 00:00:00 2001 From: Johannes Heimbach Date: Mon, 13 Nov 2017 22:42:38 +0100 Subject: [PATCH] init composer.json --- composer.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..39beda0 --- /dev/null +++ b/composer.json @@ -0,0 +1,30 @@ +{ + "name": "nliautaud/pico-pages-list", + "type": "pico-plugin", + "description": "A pages lists plugin for Pico CMS, with nested pages, pages filtering and HTML navigation.", + "keywords": [ "pico", "picocms", "picocms-plugin", "pico-pages-list"], + "homepage": "http://picocms.org/", + "license": "MIT", + "authors": [ + { + "name": "Nicolas Liautaud", + "homepage": "https://github.com/nliautaud/pico-pages-list", + "role": "Lead Developer" + }, + { + "name": "Contributors", + "homepage": "https://github.com/nliautaud/pico-pages-list/graphs/contributors" + } + ], + "support": { + "docs": "https://github.com/nliautaud/pico-pages-list/blob/master/README.md", + "issues": "https://github.com/nliautaud/pico-pages-list/issues", + "source": "https://github.com/nliautaud/pico-pages-list" + }, + "require": { + "php": ">=5.4.0" + }, + "autoload": { + "classmap": [ "PicoPagesList.php" ] + } +} \ No newline at end of file