-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
56 lines (56 loc) · 1.29 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
{
"name": "xresconv-gui",
"version": "1.3.1",
"publisher": "owent",
"description": "xresconv 批量转表工具-GUI\r ==========",
"main": "src/setup.js",
"files": [
"src",
"doc",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"directories": {
"doc": "doc"
},
"dependencies": {
"jquery": "^3.1.1",
"jquery.fancytree": "^2.20.0",
"tether": "^1.3.8",
"bootstrap": "^4.0.0-alpha.5"
},
"devDependencies": {
"jquery-ui": "^1.12.1",
"electron-packager": "^7.7.0",
"electron-prebuilt": "^1.4.10",
"grunt-electron": "5.0.0",
"grunt": "^1.0.0",
"gulp": "^3.9.1"
},
"scripts": {
"prepare": "gulp copy-libs",
"start": "gulp run",
"vscode-start": "electron --debug=5858 .",
"debug": "gulp debug",
"package-test": "gulp package-test",
"package": "gulp package",
"package-all": "gulp package-all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xresloader/xresconv-gui.git"
},
"author": "owent",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/xresloader/xresconv-gui/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/xresloader/xresconv-gui/issues"
},
"homepage": "https://github.com/xresloader/xresconv-gui"
}