2021-02-06 10:40:52 +00:00
|
|
|
{
|
|
|
|
"name": "ocoge",
|
|
|
|
"version": "0.1.2",
|
|
|
|
"description": "\"大岩産 Code Generator\" は、Google Blockly ライブラリを使用した、Raspberry Pi 上で動作するブロックプログラム開発・実行環境です。",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "electron .",
|
|
|
|
"postinstall": "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": {
|
2021-02-26 11:11:24 +00:00
|
|
|
"electron": "11.3.0",
|
2021-02-06 10:40:52 +00:00
|
|
|
"electron-rebuild": "^2.3.4"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-02-15 04:36:41 +00:00
|
|
|
"@tensorflow/tfjs-node": "^3.0.0",
|
2021-02-06 10:40:52 +00:00
|
|
|
"axios": "^0.21.1",
|
2021-02-15 04:36:41 +00:00
|
|
|
"face-api.js": "^0.22.2",
|
2021-02-06 10:40:52 +00:00
|
|
|
"nodemailer": "^6.4.17",
|
|
|
|
"ocoge_pigpiod": "file:local_modules/ocoge_pigpiod"
|
|
|
|
}
|
2021-02-06 13:45:22 +00:00
|
|
|
}
|