-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 943 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
32
33
34
35
36
37
38
39
40
41
{
"name": "ydic",
"version": "1.4.2",
"description": "Your dictionary.",
"main": "js/main.js",
"scripts": {
"start": "electron .",
"winx64": "electron-builder --win --x64"
},
"repository": {
"type": "git",
"url": "https://github.com/RoderickQiu/ydic.git"
},
"author": "RoderickQiu",
"license": "MIT",
"homepage": "https://ydic.scris.top/",
"helppage": "https://github.com/RoderickQiu/ydic/blob/master/README.md",
"appId": "com.scrisstudio.ydic",
"copyright": "© Roderick Qiu",
"productName": "yDic",
"dependencies": {
"ajv": "^6.10.0",
"cheerio": "^1.0.0-rc.2",
"electron-store": "^3.0.0",
"fs": "^0.0.1-security",
"mousetrap": "^1.6.3",
"request": "^2.88.0"
},
"devDependencies": {
"electron": "^4.2.8",
"electron-builder": "^20.39.0"
},
"build": {
"win": {
"target": [
"dir"
],
"icon": "res/icons/iconWin.ico"
}
}
}