forked from treerachai/alphat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.73 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "AlphaT",
"version": "0.5.9",
"description": "AlphaT is a free doc tranlation application, it powerd by machine tranlation engines, help you translate your documents quickly and easily.",
"main": "src/main.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder -p onTagOrDraft",
"release": "electron-builder -p onTagOrDraft",
"patch": "npm version patch && git push --tags",
"minor": "npm version minor && git push --tags",
"major": "npm version major && git push --tags"
},
"keywords": [
"cat",
"machine",
"translation"
],
"author": "sigoden huang <[email protected]> (https://sigoden.com)",
"license": "MIT",
"dependencies": {
"brace": "^0.10.0",
"electron-settings": "^3.1.1",
"google-translate-api": "^2.3.0",
"i18next": "^9.0.0",
"i18next-browser-languagedetector": "^2.0.0",
"jquery-i18next": "^1.2.0",
"md5": "^2.2.1",
"require-directory": "^2.1.1",
"superagent": "^3.5.2"
},
"devDependencies": {
"electron": "^1.6.11",
"electron-builder": "^19.19.1",
"electron-reload": "^1.2.1"
},
"homepage": "https://sigoden-alphat.github.io",
"repository": "https://github.com/sigoden/alphat",
"build": {
"appId": "com.sigoden.alphat",
"mac": {
"category": "public.app-category.utilities"
},
"dmg": {
"contents": [
{
"x": 110,
"y": 150
},
{
"x": 240,
"y": 150,
"type": "link",
"path": "/Applications"
}
]
},
"win": {
"target": "nsis"
},
"linux": {
"category": "Utility",
"target": [
"deb",
"AppImage"
]
}
}
}