-
Notifications
You must be signed in to change notification settings - Fork 143
/
package.json
42 lines (42 loc) · 1012 Bytes
/
package.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@wikimedia/jquery.i18n",
"version": "1.0.10",
"description": "jQuery based internationalization library",
"homepage": "https://github.com/wikimedia/jquery.i18n",
"keywords": [
"internationalization",
"localization",
"i18n",
"jquery",
"l10n"
],
"author": {
"name": "Santhosh Thottingal",
"email": "[email protected]"
},
"devDependencies": {
"eslint-config-wikimedia": "0.15.3",
"eslint-plugin-qunit": "4.2.0",
"grunt": "1.5.3",
"grunt-contrib-connect": "2.1.0",
"grunt-contrib-qunit": "3.1.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "23.0.0",
"jquery": "3.5.1",
"qunit": "2.20.0"
},
"repository": {
"type": "git",
"url": "git://github.com/wikimedia/jquery.i18n.git"
},
"bugs": {
"url": "http://github.com/wikimedia/jquery.i18n/issues"
},
"engine": {
"node": ">=4.0.0"
},
"license": "(MIT OR GPL-2.0-or-later)",
"scripts": {
"test": "grunt test --verbose"
}
}