Make AuthManager::getAuthenticationProvider() public
[mediawiki.git] / resources / lib / jquery.i18n / package.json
blobd1c7f84fc9f68681a7b02bcff1e2b66c223522be
2   "name": "jquery.i18n",
3   "version": "1.0.4",
4   "description": "jQuery based internationalization library",
5   "homepage": "https://github.com/wikimedia/jquery.i18n",
6   "keywords": [
7     "internationalization",
8     "localization",
9     "i18n",
10     "jquery",
11     "l10n"
12   ],
13   "author": {
14     "name": "Santhosh Thottingal",
15     "email": "santhosh.thottingal@gmail.com"
16   },
17   "contributors": [
18     "Amir Aharoni <amir.aharoni@mail.huji.ac.il>",
19     "Niklas Laxström <nlaxstrom@wikimedia.org>",
20     "Neil Kandalgaonkar <neilk@brevity.org>",
21     "David Chan <david@troi.org>"
22   ],
23   "devDependencies": {
24     "qunit": "0.7.6",
25     "grunt": "0.4.5",
26     "grunt-cli": "0.1.13",
27     "grunt-contrib-jshint": "0.11.3",
28     "grunt-contrib-connect": "0.10.1",
29     "grunt-contrib-qunit": "0.7.0",
30     "grunt-contrib-watch": "0.6.1",
31     "grunt-jscs": "1.8.0"
32   },
33   "repository": {
34     "type": "git",
35     "url": "git://github.com/wikimedia/jquery.i18n.git"
36   },
37   "bugs": {
38       "url" : "http://github.com/wikimedia/jquery.i18n/issues"
39   },
40   "engine": {
41     "node": ">=0.8.x"
42   },
43   "license": "(MIT OR GPL-2.0)",
44   "scripts": {
45     "test": "grunt test --verbose"
46   }