-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
53 lines (53 loc) · 1.13 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "jquery.uls",
"version": "0.1.0",
"description": "Universal Language Selector",
"homepage": "https://github.com/wikimedia/jquery.uls",
"keywords": [
"internationalization",
"localization",
"uls",
"jquery",
"l10n"
],
"author": {
"name": "Santhosh Thottingal",
"email": "[email protected]"
},
"contributors": [
"Alolita Sharma",
"Amir Aharoni",
"Arun Ganesh",
"Brandon Harris",
"Niklas Laxström",
"Pau Giner",
"Santhosh Thottingal",
"Siebrand Mazeland"
],
"devDependencies": {
"eslint-config-wikimedia": "0.21.0",
"eslint-plugin-html": "6.1.2",
"grunt": "1.5.3",
"grunt-contrib-qunit": "4.0.0",
"grunt-eslint": "23.0.0",
"grunt-stylelint": "0.19.0",
"stylelint": "15.10.2",
"stylelint-config-wikimedia": "0.16.0"
},
"repository": {
"type": "git",
"url": "git://github.com/wikimedia/jquery.uls.git"
},
"bugs": {
"url": "https://github.com/wikimedia/jquery.uls/issues"
},
"engine": {
"node": ">=6.11.1"
},
"license": "(MIT OR GPL-2.0+)",
"scripts": {
"test": "grunt test --verbose",
"lint": "grunt lint --verbose",
"qunit": "grunt qunit --verbose"
}
}