1 Star 0 Fork 26

crhallan/BlockPi

forked from 张祎韡/BlockPi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.40 KB
一键复制 编辑 原始数据 按行查看 历史
张祎韡 提交于 2022-02-07 16:34 . Upgrade dependencies
{
"name": "blockpi",
"version": "1.2.1",
"description": "A visual programming editor for Raspberry Pi",
"main": "BlockPi/main.js",
"scripts": {
"build:blocks": "gulp build-blocks",
"build:generator": "gulp build-python",
"start": "electron .",
"dist:win": "electron-builder --win",
"dist:linux": "electron-builder --linux",
"postinstall": "electron-builder install-app-deps"
},
"author": {
"name": "Zhang Yiwei",
"email": "alienzhangyw@live.cn"
},
"homepage": "https://github.com/alienzhangyw/BlockPi",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/alienzhangyw/BlockPi.git"
},
"devDependencies": {
"electron": "^17.0.0",
"electron-builder": "^22.14.13",
"electron-reload": "^1.5.0",
"fs": "0.0.1-security",
"google-closure-compiler": "^20210202.0.0",
"google-closure-deps": "^20210106.0.0",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^3.0.0",
"rimraf": "^3.0.2",
"yargs": "^16.2.0"
},
"dependencies": {
"electron-updater": "^4.6.5",
"iconv-lite": "^0.6.2"
},
"build": {
"appId": "com.github.alienzhangyw.blockpi",
"productName": "BlockPi",
"copyright": "Copyright © 2019-2022 ${author}",
"directories": {
"buildResources": "build",
"output": "dist"
},
"files": [
"BlockPi/**/*"
],
"publish": [
{
"provider": "github",
"owner": "alienzhangyw",
"repo": "BlockPi"
}
],
"win": {
"target": "nsis"
},
"nsis": {
"oneClick": true,
"createDesktopShortcut": true,
"deleteAppDataOnUninstall": true
},
"linux": {
"target": [
{
"target": "AppImage",
"arch": "armv7l"
},
{
"target": "deb",
"arch": ["armv7l", "arm64"]
}
],
"category": "Development"
},
"appImage": {
"license": "build/LICENSE.txt"
},
"deb": {
"fpm": [
"--architecture=all",
"--before-install=build/requirements.sh"
],
"depends": [
"python3",
"gconf2",
"gconf-service",
"libnotify4",
"libxtst6",
"libnss3",
"python3-gpiozero",
"sense-hat",
"python3-sense-emu",
"sense-emu-tools",
"python3-picamera"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/crhallan/BlockPi.git
git@gitee.com:crhallan/BlockPi.git
crhallan
BlockPi
BlockPi
master

搜索帮助