forked from Ali60351/Quick-FIV
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 715 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 715 Bytes
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
{
"name": "QuickFIV",
"version": "0.1.0",
"description": "Desktop application build with Electron",
"repository": "",
"scripts": {
"postinstall": "install-app-deps"
},
"devDependencies": {
"electron": "1.7.11",
"electron-builder": "19.48.2",
"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"
}
},
"dependencies": {
"bozon": "^0.7.9",
"file": "^0.2.2",
"global": "^4.3.2",
"hash-files": "^1.1.1",
"jsonfile": "^4.0.0",
"sweetalert2": "^7.9.2",
"vue-devtools": "^3.1.9"
}
}