This repository has been archived by the owner on Dec 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
76 lines (76 loc) · 2.08 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
{
"name": "go-modpack-packer",
"version": "1.0.19",
"description": "Packs mods for modpacks",
"main": "main.js",
"scripts": {
"pack": "build --target dir",
"dist": "build",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "typings install && echo To run the app please run npm start",
"start": "cd app && electron . --dev",
"prestart": "gulp"
},
"keywords": [
"Technic",
"Modpacks",
"Modpack",
"Minecraft"
],
"author": "Zlepper",
"license": "MIT",
"dependencies": {
"@uirouter/angularjs": "^1.0.3",
"angular": "^1.6.4",
"angular-animate": "^1.6.4",
"angular-aria": "^1.6.4",
"angular-material": "^1.1.4",
"angular-material-data-table": "^0.10.10",
"angular-messages": "^1.6.4",
"angular-resource": "^1.6.4",
"angular-sanitize": "^1.6.4",
"angular-translate": "^2.15.1",
"angular-translate-loader-partial": "^2.15.1",
"angular-websocket": "^2.0.1",
"electron-squirrel-startup": "^1.0.0",
"gsap": "^1.19.1"
},
"devDependencies": {
"@types/angular": "^1.6.18",
"@types/angular-animate": "^1.5.6",
"@types/angular-local-storage": "^0.1.34",
"@types/angular-material": "^1.1.51",
"@types/angular-translate": "^2.15.0",
"@types/angular-ui-router": "^1.1.36",
"@types/electron": "^1.4.38",
"@types/gsap": "^1.19.1",
"@types/jquery": "^2.0.46",
"@types/node": "^7.0.29",
"electron": "^1.6.10",
"electron-builder": "^18.6.2",
"electron-connect": "^0.6.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-exec": "^2.1.3",
"gulp-jshint": "^2.0.4",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-typescript": "3.1.7",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"jshint": "^2.9.4",
"merge-stream": "^1.0.1",
"request": "^2.81.0",
"typescript": "^2.3.4"
},
"build": {
"appId": "dk.zlepper.modpackpacker",
"productName": "Modpack packer",
"mac": {
"category": "public.app-category.developer-tools"
},
"win": {
},
"compression": "maximum"
}
}