package.json 990 字节
Newer Older
芊里 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
{
	"id": "uni-list-news-title-image", // 必选 插件标识,需要保证唯一性
	"name": "基于 uni-list 的云端一体新闻列表模板(图文混排) ", // 必选 插件名称
	"version": "0.0.2", // 必选 插件版本
	"description": "垂直排列,图文混排", // 插件描述
	"author": "DCloud", // 插件作者
	"license": "MIT",
	"homepage": "https://ext.dcloud.net.cn/plugin?id=2584", // 插件地址
	"files": [ // 必选 插件自身文件列表(支持通配,规范:https://docs.npmjs.com/files/package.json#files)
		"components/uni-badge",
		"components/uni-icons",
		"components/uni-list",
		"components/uni-list-item",
		"components/uni-load-more",
		"components/uni-section",
		"common/uni-ui.scss",
		"pages/uni-list-news-title-image/uni-list-news-title-image.vue"
	],
	"bundledFiles": [ // 插件依赖的文件列表,通常是依赖的三方插件的 files 合并
		"cloudfunctions/uni-clientDB",
		"cloudfunctions/common/uni-id",
		"js_sdk"
	]
}