-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathtranslatejs.jquery.json
36 lines (36 loc) · 1 KB
/
translatejs.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": "translatejs",
"title": "translate.js",
"description": "A jQuery plugin to translate text in the client side.",
"keywords": [
"translate",
"translation",
"localization",
"language"
],
"version": "0.9.1",
"author": {
"name": "Manuel Fernandes",
"url": "https://github.com/tinoni"
},
"maintainers": [
{
"name": "Manuel Fernandes",
"email": "[email protected]",
"url": "https://github.com/tinoni"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/tinoni/translate.js/blob/master/LICENSE"
}
],
"bugs": "https://github.com/tinoni/translate.js/issues",
"homepage": "http://www.openxrest.com/translatejs/",
"docs": "http://www.openxrest.com/translatejs/",
"download": "https://github.com/tinoni/translate.js",
"dependencies": {
"jquery": ">=1.5"
}
}