From fc7369835258467bf97eb64f184b93691f9a9fd5 Mon Sep 17 00:00:00 2001 From: Yaco Date: Thu, 4 Jun 2020 11:01:00 -0300 Subject: first commit --- www/wiki/extensions/EmailLogin/package.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 www/wiki/extensions/EmailLogin/package.json (limited to 'www/wiki/extensions/EmailLogin/package.json') diff --git a/www/wiki/extensions/EmailLogin/package.json b/www/wiki/extensions/EmailLogin/package.json new file mode 100644 index 00000000..007b3a05 --- /dev/null +++ b/www/wiki/extensions/EmailLogin/package.json @@ -0,0 +1,27 @@ +{ + "name": "mediawiki-email-login", + "description": "MediaWiki extension that allows user to login with their e-mail address", + "version": "0.1.0", + "author": "Pierre Rudloff", + "bugs": "https://github.com/Archi-Strasbourg/mediawiki-email-login/issues", + "devDependencies": { + "grunt": "~1.0.1", + "grunt-fixpack": "~0.1.0", + "grunt-jslint": "~1.1.0", + "grunt-jsonlint": "~1.1.0", + "grunt-phpcs": "~0.4.0", + "grunt-phpunit": "~0.3.6" + }, + "homepage": "https://github.com/Archi-Strasbourg/mediawiki-email-login", + "keywords": [ + "email", + "login", + "mediawiki" + ], + "license": "GPL-3.0", + "main": "classes/EmailPasswordAuthenticationProvider.php", + "repository": { + "type": "git", + "url": "https://github.com/Archi-Strasbourg/mediawiki-email-login.git" + } +} -- cgit v1.2.1