forked from wikimedia/jquery.i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.28 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.28 KB
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
{
"name": "jquery.i18n",
"version": "1.0.2",
"description": "jQuery based internationalization library",
"homepage": "https://github.com/wikimedia/jquery.i18n",
"keywords": [
"internationalization",
"localization",
"i18n",
"jquery",
"l10n"
],
"author": {
"name": "Santhosh Thottingal",
"email": "santhosh.thottingal@gmail.com"
},
"contributors": [
"Amir Aharoni <amir.aharoni@mail.huji.ac.il>",
"Niklas Laxström <nlaxstrom@wikimedia.org>",
"Neil Kandalgaonkar <neilk@brevity.org>"
],
"devDependencies": {
"qunit": "0.7.4",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-connect": "0.8.0",
"grunt-contrib-qunit": "0.5.2",
"grunt-contrib-watch": "0.5.1"
},
"repository": {
"type": "git",
"url": "git://github.com/wikimedia/jquery.i18n.git"
},
"bugs": {
"url" : "http://github.com/wikimedia/jquery.i18n/issues"
},
"engine": {
"node": ">=0.8.x"
},
"licenses": [
{
"type": "GPL",
"url": "https://github.com/wikimedia/jquery.i18n/blob/master/GPL-LICENSE"
},
{
"type": "MIT",
"url": "https://github.com/wikimedia/jquery.i18n/blob/master/MIT-LICENSE"
}
],
"scripts": {
"test": "grunt test --verbose"
}
}