generated from hugo-fixit/component-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 827 Bytes
/
package.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
{
"name": "cmpt-translate",
"version": "1.3.0",
"private": true,
"packageManager": "[email protected]",
"author": "Lruihao (https://github.com/Lruihao)",
"bugs": {
"url": "https://github.com/hugo-fixit/cmpt-translate/issues"
},
"description": "A component for website automatic translation base on translate.js.",
"devDependencies": {
"i18n-jsautotranslate": "^3.12.0"
},
"homepage": "https://github.com/hugo-fixit/cmpt-translate#readme",
"keywords": [
"i18n",
"translate.js",
"hugo",
"hugo-theme-fixit",
"theme-component"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hugo-fixit/cmpt-translate.git"
},
"scripts": {
"cp": "cp node_modules/i18n-jsautotranslate/index.js assets/lib/translate.js"
}
}