blockbench/package.json

73 lines
1.3 KiB
JSON
Raw Normal View History

2017-10-26 19:00:52 +02:00
{
"name": "Blockbench",
"description": "Minecraft Block Model Editor",
2018-04-28 00:11:32 +02:00
"version": "1.11.5",
2018-03-28 20:48:11 +02:00
"license": "MIT",
2017-10-31 12:46:29 +01:00
"author": {
2017-10-31 14:49:01 +01:00
"name": "JannisX11",
"email": "info@blockbench.net"
2017-10-31 12:46:29 +01:00
},
2018-03-28 20:48:11 +02:00
"repository": {
"type": "git",
"url": "https://github.com/JannisX11/blockbench"
},
2017-10-26 19:00:52 +02:00
"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",
2017-11-28 22:43:04 +01:00
"index.html",
2017-10-26 19:19:31 +02:00
"package.json",
"favicon.png",
"icon.icns",
"icon.ico",
"icon.png"
],
"dmg": {
"contents": [
2018-03-28 20:48:11 +02:00
{
"x": 130,
"y": 220
},
{
"x": 410,
"y": 220,
"type": "link",
"path": "/Applications"
}
2017-10-26 19:19:31 +02:00
]
},
"win": {
"target": "nsis"
},
"linux": {
"target": [
"AppImage",
"deb"
2017-10-26 23:55:57 +02:00
],
2017-10-27 00:11:59 +02:00
"category": ""
2017-10-26 19:00:52 +02:00
}
},
"mac": {
"target": "dmg"
},
"scripts": {
"pack": "build --dir",
2018-04-05 17:11:29 +02:00
"dist": "build --publish always"
2017-10-26 19:00:52 +02:00
},
"devDependencies": {
"async": "^2.4.1",
2018-03-28 20:48:11 +02:00
"electron": "^1.8.4",
"electron-winstaller": "^2.5.2",
"electron-builder": "^20.6.2"
2017-10-26 19:00:52 +02:00
}
}