summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/EmailLogin/package.json
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
committerYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
commitfc7369835258467bf97eb64f184b93691f9a9fd5 (patch)
treedaabd60089d2dd76d9f5fb416b005fbe159c799d /www/wiki/extensions/EmailLogin/package.json
first commit
Diffstat (limited to 'www/wiki/extensions/EmailLogin/package.json')
-rw-r--r--www/wiki/extensions/EmailLogin/package.json27
1 files changed, 27 insertions, 0 deletions
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"
+ }
+}