zoskit
Version:
Fast and lightweight UI component kit for ZeppOS
41 lines (40 loc) • 1.16 kB
JSON
{
"name": "zoskit",
"version": "0.1.3",
"description": "Fast and lightweight UI component kit for ZeppOS",
"main": "src/index.js",
"type": "module",
"files": [
"src/",
"assets/"
],
"repository": {
"type": "git",
"url": "https://github.com/yarchefis/zoskit.git"
},
"keywords": [
"zeppos",
"ui",
"kit",
"components",
"fast",
"yardev"
],
"exports": {
".": "./src/index.js",
"./AboutPageComponent": "./src/AboutPageComponent/index.js",
"./ColorPaletteComponent": "./src/ColorPaletteComponent/index.js",
"./DigitInputComponent": "./src/DigitInputComponent/index.js",
"./DocumentationDemos": "./src/DocumentationDemos/index.js",
"./UiBar": "./src/UiBar/index.js",
"./UiCompositor": "./src/UiCompositor/index.js",
"./UiListView": "./src/UiListView/index.js",
"./UiShapeAwareButtons": "./src/UiShapeAwareButtons/index.js",
"./UiSliderComponent": "./src/UiSliderComponent/index.js",
"./UiTextComponent": "./src/UiTextComponent/index.js",
"./UiImageComponent": "./src/UiImageComponent/index.js"
},
"author": "yardev",
"license": "MIT",
"zeppos": true
}