mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-01-23 10:50:24 +08:00
27 lines
614 B
JSON
27 lines
614 B
JSON
{
|
|
"name": "JeeSite4",
|
|
"version": "4.3.0",
|
|
"description": "JeeSite4 移动端快速开发框架",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitee.com/thinkgem/jeesite4-uniapp.git"
|
|
},
|
|
"keywords": [
|
|
"JeeSite",
|
|
"快速开发平台"
|
|
],
|
|
"author": "ThinkGem",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/thinkgem/jeesite4-uniapp/issues"
|
|
},
|
|
"homepage": "https://github.com/thinkgem/jeesite4-uniapp#readme",
|
|
"dependencies": {
|
|
"vue-i18n": "^8.20.0"
|
|
}
|
|
}
|