Skip to content

Commit 8113147

Browse files
committed
added a manifest file
1 parent 9438541 commit 8113147

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

translatejs.jquery.json

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name": "translatejs",
3+
"title": "translate.js",
4+
"description": "A jQuery plugin to translate text in the client side.",
5+
"keywords": [
6+
"translate",
7+
"translation",
8+
"localization",
9+
"language"
10+
],
11+
"version": "0.9.1",
12+
"author": {
13+
"name": "Manuel Fernandes",
14+
"url": "https://github.com/tinoni"
15+
},
16+
"maintainers": [
17+
{
18+
"name": "Manuel Fernandes",
19+
"email": "mfernandes777@gmail.com",
20+
"url": "https://github.com/tinoni"
21+
}
22+
],
23+
"licenses": [
24+
{
25+
"type": "MIT",
26+
"url": "https://github.com/tinoni/translate.js/blob/master/LICENSE"
27+
}
28+
],
29+
"bugs": "https://github.com/tinoni/translate.js/issues",
30+
"homepage": "http://www.openxrest.com/translatejs/",
31+
"docs": "http://www.openxrest.com/translatejs/",
32+
"download": "https://github.com/tinoni/translate.js",
33+
"dependencies": {
34+
"jquery": ">=1.5"
35+
}
36+
}

0 commit comments

Comments
 (0)