forked from wikimedia/jquery.ime
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
62 lines (62 loc) · 1.53 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
{
"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.17",
"grunt": "1.3",
"grunt-cli": "1.3.2",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-connect": "^2.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-qunit": "4.0.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-eslint": "23.0.0",
"grunt-stylelint": "0.15.0",
"jquery": "^3.5.1",
"qunit": "2.10.1",
"stylelint": "13.8",
"stylelint-config-wikimedia": "0.10.3"
},
"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": {
"node": ">=6.11.1"
},
"license": "(GPL-2.0-or-later OR MIT)",
"scripts": {
"test": "grunt test --verbose",
"prepare": "grunt build"
}
}