forked from darksmo/jquery-localization-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
localizationTool.jquery.json
36 lines (36 loc) · 1.05 KB
/
localizationTool.jquery.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
{
"name": "localizationTool",
"title": "Localization Tool",
"description": "Simple localization tool for your website. Translates strings in the languages you provide.",
"version": "0.0.14",
"homepage": "http://darksmo.github.io/jquery-localization-tool/",
"demo": "http://darksmo.github.io/jquery-localization-tool/",
"author": {
"name": "Savio Dimatteo",
"email": "[email protected]",
"url": "http://www.savio.dimatteo.it"
},
"repository": {
"type": "git",
"url": "https://github.com/darksmo/jquery-localization-tool.git"
},
"bugs": "https://github.com/darksmo/jquery-localization-tool/issues",
"docs": "https://github.com/darksmo/jquery-localization-tool",
"download": "http://github.com/darksmo/jquery-localization-tool/zipball/master/dist",
"licenses": [
{
"type": "MIT",
"url": "http://darksmo.github.io/jquery-localization-tool//blob/master/LICENCE"
}
],
"dependencies": {
"jquery": ">=1.6.4"
},
"keywords": [
"ui",
"translation",
"localization",
"control",
"widget"
]
}