2017-10-26 19:00:52 +02:00
|
|
|
{
|
|
|
|
"name": "Blockbench",
|
|
|
|
"description": "Minecraft Block Model Editor",
|
2017-10-26 23:55:57 +02:00
|
|
|
"version": "1.10.0",
|
2017-10-26 19:00:52 +02:00
|
|
|
"author": "JannisX11",
|
|
|
|
"main": "main.js",
|
|
|
|
"build": {
|
|
|
|
"appId": "blockbench",
|
|
|
|
"mac": {
|
|
|
|
"category": "macOS.application"
|
2017-10-26 19:19:31 +02:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"assets/",
|
|
|
|
"build/",
|
|
|
|
"css/",
|
|
|
|
"font/",
|
|
|
|
"js",
|
|
|
|
"main.js",
|
|
|
|
"index.php",
|
|
|
|
"package.json",
|
|
|
|
"favicon.png",
|
|
|
|
"icon.icns",
|
|
|
|
"icon.ico",
|
|
|
|
"icon.png"
|
|
|
|
],
|
2017-10-26 23:55:57 +02:00
|
|
|
"publish": [{
|
|
|
|
"provider": "github",
|
|
|
|
"owner": "JannisX11",
|
2017-10-27 00:00:20 +02:00
|
|
|
"releaseType": "draft"
|
2017-10-26 23:55:57 +02:00
|
|
|
}],
|
2017-10-26 19:19:31 +02:00
|
|
|
"dmg": {
|
|
|
|
"contents": [
|
|
|
|
{"x": 130, "y": 220},
|
|
|
|
{"x": 410, "y": 220, "type": "link", "path": "/Applications"}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"win": {
|
|
|
|
"target": "nsis"
|
|
|
|
},
|
|
|
|
"linux": {
|
|
|
|
"target": [
|
|
|
|
"AppImage",
|
|
|
|
"deb"
|
2017-10-26 23:55:57 +02:00
|
|
|
],
|
|
|
|
"category": "",
|
2017-10-26 19:00:52 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"mac": {
|
|
|
|
"target": "dmg"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"pack": "build --dir",
|
2017-10-26 23:55:57 +02:00
|
|
|
"dist": "build -p=onTagOrDraft"
|
2017-10-26 19:00:52 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"async": "^2.4.1",
|
|
|
|
"electron": "^1.7.5",
|
|
|
|
"electron-winstaller": "^2.5.2"
|
|
|
|
}
|
|
|
|
}
|