summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/EmailLogin/package.json
blob: 007b3a0557aff13ddc19a4a7fa79960dee0c97fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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"
  }
}