mirror of
https://github.com/JannisX11/blockbench.git
synced 2024-11-21 01:13:37 +08:00
26 lines
462 B
JSON
26 lines
462 B
JSON
{
|
|
"name": "Blockbench",
|
|
"description": "Minecraft Block Model Editor",
|
|
"version": "1.9.2",
|
|
"author": "JannisX11",
|
|
"main": "main.js",
|
|
"build": {
|
|
"appId": "blockbench",
|
|
"mac": {
|
|
"category": "macOS.application"
|
|
}
|
|
},
|
|
"mac": {
|
|
"target": "dmg"
|
|
},
|
|
"scripts": {
|
|
"pack": "build --dir",
|
|
"dist": "build"
|
|
},
|
|
"devDependencies": {
|
|
"async": "^2.4.1",
|
|
"electron": "^1.7.5",
|
|
"electron-winstaller": "^2.5.2"
|
|
}
|
|
}
|