From b1f4d0c59b064e08353e063bfac2427f097029fe Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Tue, 8 Dec 2015 20:06:43 +0100 Subject: [PATCH] Add contributors to package.json --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d5b7253..0382735d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,11 @@ "type": "git", "url": "https://github.com/Gillespie59/eslint-plugin-angularjs.git" }, - "author": "Emmanuel DEMEY", + "contributors": [ + "Emmanuel Demey (http://gillespie59.github.io/)", + "Tilman Potthof (https://github.com/tilmanpotthof)", + "Remco Haszing (https://github.com/remcohaszing)" + ], "license": "MIT", "bugs": { "url": "https://github.com/Gillespie59/eslint-plugin-angularjs/issues"