ocoge/package.json

30 lines
847 B
JSON
Raw Permalink Normal View History

2020-01-21 07:10:10 +00:00
{
"name": "ocoge",
"version": "0.1.2",
"description": "\"大岩産 Code Generator\" は、Google Blockly ライブラリを使用した、Raspberry Pi 上で動作するブロックプログラム開発・実行環境です。",
2020-01-21 07:10:10 +00:00
"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",
2020-01-21 07:10:10 +00:00
"devDependencies": {
"electron": "^11.1.1",
"electron-rebuild": "^2.3.4"
2020-01-21 07:10:10 +00:00
},
"dependencies": {
"axios": "^0.21.1",
"nodemailer": "^6.4.17",
"ocoge_pigpiod": "file:local_modules/ocoge_pigpiod"
2020-01-21 07:10:10 +00:00
}
}