forked from XboxYan/xy-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "xy-ui",
"version": "1.9.6",
"description": "a front end cross-framework ui library based on web-components",
"main": "index.js",
"module": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XboxYan/xy-ui.git"
},
"keywords": [
"web-components",
"ui",
"shadow-dom",
"keyboard",
"custom-elements",
"html5",
"css3",
"javascript",
"xy-button",
"xy-icon",
"xy-slider",
"xy-select",
"xy-loading",
"xy-switch",
"xy-checkbox",
"xy-radio",
"xy-tab",
"xy-layout",
"xy-tips",
"xy-message",
"xy-dialog",
"xy-input",
"xy-img",
"xy-rate",
"xy-popover",
"xy-color-picker",
"xy-color-pane",
"xy-form",
"xy-pagination",
"xy-date-picker",
"xy-date-pane",
"xy-table",
"xy-text",
"xy-view"
],
"author": "XboxYan",
"license": "MIT",
"bugs": {
"url": "https://github.com/XboxYan/xy-ui/issues"
},
"publishConfig": {
"registry1": "https://npm.pkg.github.com/@XboxYan"
},
"homepage": "https://github.com/XboxYan/xy-ui#readme"
}