-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
79 lines (79 loc) · 1.95 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
71
72
73
74
75
76
77
78
79
{
"name": "FIMK",
"version": "1.0.0",
"author": "FIMK Developers",
"description": "Mofowallet",
"main": "app/index.js",
"scripts": {
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"dependencies": {
"@electron/remote": "^2.0.4",
"bower": "^1.8.12",
"electron-squirrel-startup": "^1.0.0",
"electron-util": "^0.17.2",
"java-properties": "0.2.5"
},
"devDependencies": {
"electron": "^16.0.1",
"electron-builder": "^22.14.5",
"grunt": "^0.4.5",
"grunt-angular-templates": "^0.6.0",
"grunt-autoprefixer": "^0.8.2",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-htmlmin": "^0.6.0",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-less": "^0.12.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.7",
"grunt-filerev": "^0.2.1",
"grunt-html2js": "^0.8.0",
"grunt-newer": "^0.8.0",
"grunt-ng-annotate": "1.0.1",
"grunt-nw-builder": "^2.0.3",
"grunt-usemin": "^2.6.2",
"grunt-wiredep": "^1.9.0",
"jshint-stylish": "^0.4.0",
"load-grunt-tasks": "^0.6.0",
"serve-static": "^1.14.1",
"time-grunt": "^0.4.0"
},
"engines": {
"node": ">=0.10.0"
},
"config": {
"forge": {
"packagerConfig": {},
"makers": [
{
"name": "@electron-forge/maker-squirrel",
"config": {
"name": "FIMK"
}
},
{
"name": "@electron-forge/maker-zip",
"platforms": [
"darwin"
]
},
{
"name": "@electron-forge/maker-deb",
"config": {}
},
{
"name": "@electron-forge/maker-rpm",
"config": {}
}
]
}
}
}