blockbench/package.json
2017-10-27 00:00:20 +02:00

61 lines
1.1 KiB
JSON

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