hotgo/hotgo-uniapp/package.json

27 lines
614 B
JSON
Raw Normal View History

2022-02-25 17:11:17 +08:00
{
"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"
}
}