ocoge/package.json

31 lines
869 B
JSON
Raw Normal View History

2021-02-06 10:40:52 +00:00
{
"name": "ocoge",
"version": "0.1.3",
2021-02-06 10:40:52 +00:00
"description": "\"大岩産 Code Generator\" は、Google Blockly ライブラリを使用した、Raspberry Pi 上で動作するブロックプログラム開発・実行環境です。",
"main": "index.js",
"scripts": {
"start": "electron .",
2021-03-05 09:58:59 +00:00
"rebuild": "electron-rebuild"
2021-02-06 10:40:52 +00:00
},
"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": "^13.2.2",
2021-05-16 02:10:59 +00:00
"electron-rebuild": "^2.3.5"
2021-02-06 10:40:52 +00:00
},
"dependencies": {
"axios": "^0.21.1",
2021-05-19 13:38:55 +00:00
"nodemailer": "^6.6.0",
"ocoge_lgpio": "file:local_modules/ocoge_lgpio"
2021-02-06 10:40:52 +00:00
}
}