forked from alibaba/ice
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 783 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 783 Bytes
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
{
"name": "@angular-materials/basic-form",
"version": "1.0.2",
"description": "基于 Bootstrap 4 的表单区块",
"files": [
"src/",
"assets/"
],
"author": {
"name": "ICE Team",
"email": "ice-admin@alibaba-inc.com"
},
"repository": {
"type": "git",
"url": "https://github.com/alibaba/ice/tree/master/angular-materials/blocks/basic-form"
},
"license": "MIT",
"keywords": [
"ice",
"ice-block",
"angular"
],
"blockConfig": {
"name": "basic-form",
"screenshot": "https://img.alicdn.com/tfs/TB1oIwnDWmWBuNjy1XaXXXCbXXa-1704-922.png",
"title": "用户信息表单区块",
"categories": [
"表单"
]
},
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.com"
}
}