blockbench/package.json
2018-12-16 21:06:42 +01:00

77 lines
1.1 KiB
JSON

{
"name": "Blockbench",
"description": "Minecraft Block Model Editor",
"version": "2.2.2",
"license": "MIT",
"author": {
"name": "JannisX11",
"email": "info@blockbench.net"
},
"repository": {
"type": "git",
"url": "https://github.com/JannisX11/blockbench"
},
"main": "main.js",
"build": {
"appId": "blockbench",
"mac": {
"category": "macOS.application"
},
"files": [
"assets/",
"build/",
"css/",
"font/",
"js",
"lib",
"lang",
"main.js",
"index.html",
"package.json",
"favicon.png",
"icon.icns",
"icon.ico",
"icon.png"
],
"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 --publish=always"
},
"devDependencies": {
"async": "^2.4.1",
"electron": "^2.0.0",
"electron-builder": "^20.38.3"
},
"dependencies": {
"winreg": "^1.2.4"
}
}