v2.2.0
This commit is contained in:
parent
6e59b0e9b5
commit
fdd60bd27b
148
package.json
148
package.json
@ -1,76 +1,76 @@
|
||||
{
|
||||
"name": "Blockbench",
|
||||
"description": "Minecraft Block Model Editor",
|
||||
"version": "2.2.0",
|
||||
"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.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"winreg": "^1.2.4"
|
||||
}
|
||||
"name": "Blockbench",
|
||||
"description": "Minecraft Block Model Editor",
|
||||
"version": "2.2.0",
|
||||
"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.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"winreg": "^1.2.4"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user