forked from zlepper/go-modpack-packer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.68 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
{
"name": "go-modpack-packer",
"version": "1.0.14",
"description": "Packs mods for modpacks",
"main": "main.js",
"scripts": {
"pack": "build --target dir",
"dist": "build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Technic",
"Modpacks",
"Modpack",
"Minecraft"
],
"author": "Zlepper",
"license": "MIT",
"dependencies": {
"angular": "^1.5.5",
"angular-animate": "^1.5.5",
"angular-aria": "^1.5.5",
"angular-material": "^1.0.9",
"angular-material-data-table": "^0.10.9",
"angular-messages": "^1.5.5",
"angular-resource": "^1.5.5",
"angular-sanitize": "^1.5.6",
"angular-translate": "^2.11.0",
"angular-translate-loader-partial": "^2.11.0",
"angular-ui-router": "^0.3.0",
"angular-websocket": "^2.0.0",
"electron-builder": "^5.11.2",
"electron-prebuilt": "^1.2.6",
"electron-squirrel-startup": "^1.0.0",
"gsap": "^1.18.5",
"gulp-uglify": "^1.5.4"
},
"devDependencies": {
"electron-builder": "^5.2.1",
"electron-connect": "^0.4.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-exec": "^2.1.2",
"gulp-jshint": "^2.0.1",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "2.12.1",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"jshint": "^2.9.2",
"merge-stream": "^1.0.0"
},
"build": {
"appId": "dk.zlepper.modpackpacker",
"app-category-type": "public.app-category.developer-tools",
"win": {
"iconUrl": "https://raw.githubusercontent.com/zlepper/TechnicSolderHelper/master/TechnicSolderHelper/modpackhelper.ico"
},
"compression": "maximum"
},
"directories": {}
}