forked from xnx3/translate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 740 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 740 Bytes
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
{
"name": "i18n-jsautotranslate",
"version": "3.15.6",
"description": "Two lines of js realize automatic html translation. No need to change the page, no language configuration file, no API key, SEO friendly!",
"main": "index.js",
"scripts": {
"version": "node dev/update-version.js",
"postversion": "git push && git push --tags"
},
"keywords": [
"i18n",
"translatejs",
"i18n-translatejs"
],
"files": [
"index.js"
],
"homepage": "https://github.com/xnx3/translate#readme",
"bugs": {
"url": "https://github.com/xnx3/translate/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xnx3/translate.git"
},
"author": "管雷鸣",
"license": "Apache-2.0"
}