From 2c2c8bf4cbd6ffc33bc32f907a0c66cfbcf9c399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Tue, 11 Aug 2015 21:24:43 +0200 Subject: [PATCH] Add author to package.json --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 8650741..8245fcd 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,11 @@ "version": "1.7.4", "description": "Online tool to audit a webpage for performance and front-end quality issues", "license" : "GPL-2.0", + "author": { + "name": "Gaël Métais", + "email": "gael@gaelmetais.com", + "url": "http://www.gaelmetais.com" + }, "repository": { "type": "git", "url": "git://github.com/gmetais/YellowLabTools.git"