mirror of
https://github.com/ocogeclub/ocoge.git
synced 2024-11-22 07:39:49 +00:00
31 lines
873 B
JSON
31 lines
873 B
JSON
{
|
|
"name": "ocoge",
|
|
"version": "0.1.2",
|
|
"description": "\"大岩産 Code Generator\" は、Google Blockly ライブラリを使用した、Raspberry Pi 上で動作するブロックプログラム開発・実行環境です。",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"rebuild": "electron-rebuild"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ocogeclub/ocoge.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/ocogeclub/ocoge/issues"
|
|
},
|
|
"homepage": "https://github.com/ocogeclub/ocoge#readme",
|
|
"devDependencies": {
|
|
"electron": "^12.0.8",
|
|
"electron-rebuild": "^2.3.5"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"nodemailer": "^6.6.0",
|
|
"ocoge_pigpiod": "file:local_modules/ocoge_pigpiod"
|
|
}
|
|
}
|