You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
567 B
28 lines
567 B
{
|
|
"name": "firstui-uni",
|
|
"version": "2.3.0",
|
|
"description": "FirstUI Component library",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "firstui-uni"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/FirstUI/FirstUI.git"
|
|
},
|
|
"keywords": [
|
|
"FirstUI",
|
|
"FirstUI组件库",
|
|
"uni-app component"
|
|
],
|
|
"author": {
|
|
"name": "firstui",
|
|
"email": "firstui@126.com"
|
|
},
|
|
"license": "Apache",
|
|
"bugs": {
|
|
"url": "https://github.com/FirstUI/FirstUI/issues"
|
|
},
|
|
"homepage": "https://github.com/FirstUI/FirstUI#readme"
|
|
}
|