From 9fd3a9351873b63f1650deb24f163a54a489d2f5 Mon Sep 17 00:00:00 2001 From: Miro Svrtan Date: Sun, 23 Dec 2012 22:35:58 +0100 Subject: [PATCH] Added composer.json --- composer.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..07ca588 --- /dev/null +++ b/composer.json @@ -0,0 +1,13 @@ +{ + "name": "example42/puppi", + "description": "Puppet Labs Apache module", + "homepage": "https://github.com/example42/puppi", + "type": "library", + "license": "Apache License, Version 2.0", + "authors": [ + { + "name": "Example42", + "homepage": "http://www.example42.com/" + } + ] +}