-
Notifications
You must be signed in to change notification settings - Fork 164
/
package.json
63 lines (63 loc) · 1.56 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
54
55
56
57
58
59
60
61
62
63
{
"name": "jquery.ime",
"version": "0.2.0",
"description": "jQuery based internationalization library",
"homepage": "https://github.com/wikimedia/jquery.ime",
"keywords": [
"internationalization",
"localization",
"ime",
"jquery",
"l10n"
],
"author": {
"name": "Santhosh Thottingal",
"email": "[email protected]"
},
"contributors": [
"Amir Aharoni <[email protected]>",
"Pau Giner <[email protected]>",
"Niklas Laxstrom [email protected]",
"Srikanth Lakshmanan <[email protected]>"
],
"devDependencies": {
"eslint-config-wikimedia": "0.26.0",
"grunt": "1.6.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-connect": "^4.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-qunit": "9.1.1",
"grunt-contrib-uglify": "^5.2.2",
"grunt-eslint": "24.3.0",
"grunt-stylelint": "0.19.0",
"jquery": "^3.7.1",
"qunit": "2.20.0",
"stylelint": "15.10.2",
"stylelint-config-wikimedia": "0.16.1"
},
"repository": {
"type": "git",
"url": "git://github.com/wikimedia/jquery.ime.git"
},
"main": "dist/jquery.ime/jquery.ime.min.js",
"files": [
"dist/",
"GPL-LICENSE",
"MIT-LICENSE",
"README.md"
],
"bugs": {
"url": "https://github.com/wikimedia/jquery.ime/issues"
},
"engine": {
"npm": ">=7.14.0",
"node": ">=16"
},
"license": "(GPL-2.0-or-later OR MIT)",
"scripts": {
"test": "grunt test --verbose",
"prepare": "grunt build"
}
}