5 Star 7 Fork 0

ZICK_ZEON / doufen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
tabris17 提交于 2018-06-01 13:48 . release 0.1.0
{
"name": "doufen-platform",
"version": "0.1.0",
"description": "",
"scripts": {
"start": "echo please use \"npm run app\" and \"npm run service\"",
"postinstall": "virtualenv .venv && source ./.venv/Scripts/activate && pip install -r ./requirements.txt && mkdir var && mkdir var/data && mkdir var/log",
"app": "electron ./src/app --debug",
"service": "source ./.venv/Scripts/activate && python ./src/service/main.py --debug",
"build:service": "source ./.venv/Scripts/activate && source ./scripts/build.sh",
"build:app": "electron-builder --win --x64 --project ./src/app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tabris17/doufen.git"
},
"author": "tabris17",
"license": "MIT",
"bugs": {
"url": "https://github.com/tabris17/doufen/issues"
},
"homepage": "https://github.com/tabris17/doufen#readme",
"dependencies": {},
"devDependencies": {
"electron": "^1.8.4",
"electron-builder": "^20.8.0"
}
}
Python
1
https://gitee.com/ZICK_ZEON/doufen.git
git@gitee.com:ZICK_ZEON/doufen.git
ZICK_ZEON
doufen
doufen
master

搜索帮助