-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.09 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
{
"name": "stylib",
"version": "0.0.1",
"family": "alice",
"keywords": [
"stylib"
],
"description": "样式库搭建模板",
"homepage": "http://aliceui.org/stylib",
"repository": {
"type": "git",
"url": "https://github.com/aliceui/stylib"
},
"bugs": {
"url": "https://github.com/aliceui/stylib/issues"
},
"spm": {
"alias": {
"box": "alice/box/1.1.0/box.css",
"button": "alice/button/1.2.0/button.css",
"button-dropdown": "alice/button-dropdown/1.2.0/button-dropdown.css",
"form": "alice/form/1.0.2/form.css",
"list": "alice/list/1.0.1/list.css",
"nav": "alice/nav/1.0.0/nav.css",
"paging": "alice/paging/1.0.1/paging.css",
"poptip": "alice/poptip/1.2.0/poptip.css",
"tab": "alice/tab/1.0.1/tab.css",
"table": "alice/table/1.0.1/table.css",
"tipbox": "alice/tipbox/1.1.0/tipbox.css",
"tiptext": "alice/tiptext/1.1.0/tiptext.css",
"select": "alice/select/1.0.2/select.css",
"step": "alice/step/1.0.3/step.css"
},
"output": ["stylib.css"]
}
}