-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.47 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
{
"name": "QuickFIV",
"version": "0.1.0",
"description": "Desktop application build with Electron",
"repository": "",
"scripts": {
"postinstall": "install-app-deps"
},
"devDependencies": {
"electron": "^1.8.4",
"electron-builder": "^20.10.0",
"gulp": "^3.9.1",
"mocha": "^4.0.1",
"spectron": "^3.7.2",
"webpack-stream": "^3.2.0"
},
"build": {
"appId": "com.electron.quickfiv",
"win": {},
"mac": {
"category": "your.app.category.type"
},
"linux": {
"target": [
{
"target": "deb",
"arch": [
"x64"
]
},
{
"target": "tar.gz",
"arch": [
"x64"
]
},
{
"target": "pacman",
"arch": [
"x64"
]
}
],
"category": "Utility"
}
},
"dependencies": {
"asn1": "^0.2.3",
"bozon": "^0.7.10",
"crypto-js": "^3.1.9-1",
"file": "^0.2.2",
"generate-function": "^2.0.0",
"generate-object-property": "^1.2.0",
"global": "^4.3.2",
"hash-files": "^1.1.1",
"is-my-ip-valid": "^1.0.0",
"is-my-json-valid": "^2.17.2",
"is-property": "^1.0.2",
"jsonfile": "^4.0.0",
"jsonpointer": "^4.0.1",
"lodash.endswith": "^4.2.1",
"lodash.isfunction": "^3.0.9",
"lodash.isstring": "^4.0.1",
"lodash.startswith": "^4.2.1",
"node-rsa": "^0.4.2",
"upath": "^1.0.2",
"vue-devtools": "^3.1.9"
}
}